aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/canned-wks/generic-efi.wks
blob: bac60b952035b543692fe597e843aa0349bd314a (plain)
1
2
3
4
5
6
7
8
9
# 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 rootfs --rootfs-dir=/home/swold/yocto/releases/master/build/intel-dev/tmp/deploy/images/intel-corei7-64/bootfs --fstype=vfat --label boot --active --align 1024

part / --source rootfs --fstype=ext4 --label root --align 1024 --uuid ${ROOTFS_PARTUUID}

bootloader --ptable gpt