summaryrefslogtreecommitdiffstats
path: root/wic/generic-bootdisk.wks.in
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-07-12 13:35:59 -0700
committerSaul Wold <sgw@linux.intel.com>2017-07-12 13:35:59 -0700
commit248b47feb364828087f00d1934d85234df6e0be2 (patch)
tree84fab7b3c5676ad56bb2818e280856b1efab8db6 /wic/generic-bootdisk.wks.in
parentdeef6f725b1f9909eda8735dec2265176e4a88ab (diff)
downloadmeta-intel-248b47feb364828087f00d1934d85234df6e0be2.tar.gz
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 <sgw@linux.intel.com>
Diffstat (limited to 'wic/generic-bootdisk.wks.in')
-rw-r--r--wic/generic-bootdisk.wks.in6
1 files changed, 6 insertions, 0 deletions
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 @@
1# based off of refkit's refkit-directdisk.wks.in kickstart template
2# uses the image's boot directory to populate a vfat boot partition,
3# which works with EFI.
4bootloader --ptable gpt
5part /boot --source rootfs --rootfs-dir=${IMAGE_ROOTFS}/boot --fstype=vfat --label msdos --active --align 1024 --use-uuid
6part / --source rootfs --fstype=ext4 --label root --align 1024 --uuid ${DISK_SIGNATURE_UUID}