aboutsummaryrefslogtreecommitdiffstats
path: root/wic/generic-bootdisk.wks.in
diff options
context:
space:
mode:
Diffstat (limited to 'wic/generic-bootdisk.wks.in')
-rw-r--r--wic/generic-bootdisk.wks.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/wic/generic-bootdisk.wks.in b/wic/generic-bootdisk.wks.in
deleted file mode 100644
index 31c708bc..00000000
--- a/wic/generic-bootdisk.wks.in
+++ /dev/null
@@ -1,6 +0,0 @@
-# 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}