Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame^] | 1 | # short-description: Create a hybrid ISO image |
2 | # long-description: Creates an EFI and legacy bootable hybrid ISO image | ||||
3 | # which can be used on optical media as well as USB media. | ||||
4 | |||||
5 | part /boot --source isoimage-isohybrid --sourceparams="loader=grub-efi,image_name=HYBRID_ISO_IMG" --ondisk cd --label HYBRIDISO --fstype=ext4 | ||||
6 | |||||
7 | bootloader --timeout=15 --append="" |