mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 18:53:13 +01: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
292 B
Plaintext
9 lines
292 B
Plaintext
# short-description: Create a 'pcbios' direct disk image
|
|
# long-description: Creates a partitioned legacy BIOS disk image that the user
|
|
# can directly dd to boot media.
|
|
|
|
include common.wks.inc
|
|
|
|
bootloader --timeout=0 --append="rootwait rootfstype=ext4 video=vesafb vga=0x318 console=tty0"
|
|
|