diff options
-rw-r--r-- | wic/image-installer.wks.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/wic/image-installer.wks.in b/wic/image-installer.wks.in new file mode 100644 index 00000000..4de318f6 --- /dev/null +++ b/wic/image-installer.wks.in | |||
@@ -0,0 +1,8 @@ | |||
1 | # create an installer disk image | ||
2 | # populate content to install using IMAGE_BOOT_FILES | ||
3 | |||
4 | part /boot --source bootimg-efi --sourceparams="loader=${EFI_PROVIDER},title=install,label=install-efi,initrd=microcode.cpio;${INITRD_IMAGE_LIVE}-${MACHINE}.${INITRAMFS_FSTYPES}" --ondisk sda --label install --active --align 1024 --use-uuid | ||
5 | |||
6 | part / --source bootimg-partition --ondisk sda --fstype=ext4 --label image --use-uuid --align 1024 | ||
7 | |||
8 | bootloader --ptable gpt --timeout=5 --append="rootwait ${APPEND}" | ||