9 lines
291 B
Plaintext
9 lines
291 B
Plaintext
|
# short-description: Create a qemu machine 'pcbios' direct disk image
|
||
|
# long-description: Creates a partitioned legacy BIOS disk image that the user
|
||
|
# can directly use to boot a qemu machine.
|
||
|
|
||
|
include common.wks.inc
|
||
|
|
||
|
bootloader --timeout=0 --append="rw oprofile.timer=1 rootfstype=ext4 "
|
||
|
|