summaryrefslogtreecommitdiffstats
path: root/wic/image-installer.wks.in
blob: 933e8d858a93dc1b205b49587a95b5482454a166 (plain)
1
2
3
4
5
6
7
8
# create an installer disk image
# populate content to install using IMAGE_BOOT_FILES

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

part / --source bootimg-partition --ondisk sda --fstype=ext4 --label image --use-uuid --align 1024

bootloader --ptable gpt --timeout=5 --append=" rootwait "