mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00

In order to give and example of 'include' feature of ks parser and for testing purposes common parts of 3 canned wks files were moved into common.wks.inc (From OE-Core rev: 629c6381669bd4acdb1613229cd095881d2d9cd2) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
9 lines
336 B
Plaintext
9 lines
336 B
Plaintext
# short-description: Create a 'pcbios' direct disk image with custom bootloader config
|
|
# long-description: Creates a partitioned legacy BIOS disk image that the user
|
|
# can directly dd to boot media. The bootloader configuration source is a user file.
|
|
|
|
include common.wks.inc
|
|
|
|
bootloader --configfile="directdisk-bootloader-config.cfg"
|
|
|