diff options
Diffstat (limited to 'meta-yocto-bsp/wic/genericarm64.wks.in')
| -rw-r--r-- | meta-yocto-bsp/wic/genericarm64.wks.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-yocto-bsp/wic/genericarm64.wks.in b/meta-yocto-bsp/wic/genericarm64.wks.in new file mode 100644 index 0000000000..417d4d8810 --- /dev/null +++ b/meta-yocto-bsp/wic/genericarm64.wks.in | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | # short-description: Create an EFI disk image | ||
| 2 | # long-description: Creates a partitioned EFI disk image that the user | ||
| 3 | # can directly dd to boot media. | ||
| 4 | |||
| 5 | part /boot --source bootimg-efi --sourceparams="loader=${EFI_PROVIDER},initrd=${INITRAMFS_IMAGE}-${MACHINE}.${INITRAMFS_FSTYPES}" --label boot --active --align 1024 --use-uuid | ||
| 6 | |||
| 7 | part / --source rootfs --fstype=ext4 --label root --align 1024 --use-uuid | ||
| 8 | |||
| 9 | part swap --size 44 --label swap --fstype=swap --use-uuid | ||
| 10 | |||
| 11 | bootloader --ptable gpt --timeout=5 --append="rootwait rootfstype=ext4" | ||
