aboutsummaryrefslogtreecommitdiffstats
path: root/meta-selftest/wic/test_generic_efi.wks.in
blob: fecf3fd713e1d1c83aa20598bb1131b4d4d2b495 (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=${WORKDIR}/bootfs --fstype=vfat --label boot --active --align 1024

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

bootloader --ptable gpt