diff options
Diffstat (limited to 'scripts/lib')
| -rw-r--r-- | scripts/lib/image/canned-wks/directdisk-gpt.wks | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/lib/image/canned-wks/directdisk-gpt.wks b/scripts/lib/image/canned-wks/directdisk-gpt.wks new file mode 100644 index 0000000000..76fda1f194 --- /dev/null +++ b/scripts/lib/image/canned-wks/directdisk-gpt.wks | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # short-description: Create a 'pcbios' direct disk image | ||
| 2 | # long-description: Creates a partitioned legacy BIOS disk image that the user | ||
| 3 | # can directly dd to boot media. | ||
| 4 | |||
| 5 | |||
| 6 | part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024 | ||
| 7 | part / --source rootfs --ondisk sda --fstype=ext3 --label platform --align 1024 | ||
| 8 | |||
| 9 | bootloader --ptable gpt --timeout=0 --append="rootwait rootfstype=ext3 video=vesafb vga=0x318 console=tty0" | ||
| 10 | |||
