From: Mihaly Varga Date: Thu, 6 Aug 2015 17:04:51 +0000 (+0300) Subject: wic: add mkhybridiso kickstart file X-Git-Tag: 2015-10~801 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e8769d52d6d8c67ba18595ebd27f5022bd0e66c4;p=openembedded-core.git 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 --- 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=""