From e8769d52d6d8c67ba18595ebd27f5022bd0e66c4 Mon Sep 17 00:00:00 2001 From: Mihaly Varga Date: Thu, 6 Aug 2015 20:04:51 +0300 Subject: wic: add mkhybridiso kickstart file Add kickstart file for generating a hybrid bootable iso image using isoimage-isohybrid plugin, the output image is HYBRID_ISO_IMG-cd.iso, the label is HYBRIDISO, and the rootfs.img file is an image with ext3 file system, and uses grub as bootloader for EFI boot and syslinux for legacy boot. Signed-off-by: Mihaly Varga Signed-off-by: Ross Burton --- scripts/lib/image/canned-wks/mkhybridiso.wks | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scripts/lib/image/canned-wks/mkhybridiso.wks (limited to 'scripts/lib/image') diff --git a/scripts/lib/image/canned-wks/mkhybridiso.wks b/scripts/lib/image/canned-wks/mkhybridiso.wks new file mode 100644 index 0000000000..b443c15e07 --- /dev/null +++ b/scripts/lib/image/canned-wks/mkhybridiso.wks @@ -0,0 +1,7 @@ +# short-description: Create a hybrid ISO image +# long-description: Creates an EFI and legacy bootable hybrid ISO image +# which can be used on optical media as well as USB media. + +part /boot --source isoimage-isohybrid --sourceparams="loader=grub-efi,image_name=HYBRID_ISO_IMG" --ondisk cd --label HYBRIDISO --fstype=ext3 + +bootloader --timeout=15 --append="" -- cgit v1.2.3