xref: /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/canned-wks/qemux86-directdisk.wks (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun# short-description: Create a qemu machine 'pcbios' direct disk image
2*4882a593Smuzhiyun# long-description: Creates a partitioned legacy BIOS disk image that the user
3*4882a593Smuzhiyun# can directly use to boot a qemu machine.
4*4882a593Smuzhiyun
5*4882a593Smuzhiyuninclude common.wks.inc
6*4882a593Smuzhiyun
7*4882a593Smuzhiyunbootloader  --timeout=0  --append="rw oprofile.timer=1 rootfstype=ext4 "
8*4882a593Smuzhiyun
9