From 248b47feb364828087f00d1934d85234df6e0be2 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 12 Jul 2017 13:35:59 -0700 Subject: wic: Move WKS newer common location This cleans up the wic scripts location to match the newer top-level wic directory location. Signed-off-by: Saul Wold --- wic/generic-bootdisk.wks.in | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 wic/generic-bootdisk.wks.in (limited to 'wic/generic-bootdisk.wks.in') diff --git a/wic/generic-bootdisk.wks.in b/wic/generic-bootdisk.wks.in new file mode 100644 index 00000000..31c708bc --- /dev/null +++ b/wic/generic-bootdisk.wks.in @@ -0,0 +1,6 @@ +# based off of refkit's refkit-directdisk.wks.in kickstart template +# uses the image's boot directory to populate a vfat boot partition, +# which works with EFI. +bootloader --ptable gpt +part /boot --source rootfs --rootfs-dir=${IMAGE_ROOTFS}/boot --fstype=vfat --label msdos --active --align 1024 --use-uuid +part / --source rootfs --fstype=ext4 --label root --align 1024 --uuid ${DISK_SIGNATURE_UUID} -- cgit v1.2.3-54-g00ecf