aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/canned-wks/mkgummidisk.wks
blob: 616d3ced194986ed4a453dab91937308416e2d58 (plain)
1
2
3
4
5
6
7
8
9
10
11
# short-description: Create an EFI disk image
# long-description: Creates a partitioned EFI disk image that the user
# can directly dd to boot media.

part /boot --source bootimg-efi --sourceparams="loader=gummiboot" --ondisk sda --label msdos --active --align 1024

part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024

part swap --ondisk sda --size 44 --label swap1 --fstype=swap

bootloader  --timeout=5  --append="rootwait rootfstype=ext4 console=ttyS0,115200 console=tty0"