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