| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | # short-description: Create a qemu machine 'pcbios' direct disk image |
| 2 | # long-description: Creates a partitioned legacy BIOS disk image that the user | ||||
| 3 | # can directly use to boot a qemu machine. | ||||
| 4 | |||||
| 5 | include common.wks.inc | ||||
| 6 | |||||
| 7 | bootloader --timeout=0 --append="vga=0 rw oprofile.timer=1 rootfstype=ext4 " | ||||
| 8 | |||||