Changeset 3482 in MondoRescue
- Timestamp:
- Oct 26, 2015, 10:55:58 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/mindi
r3481 r3482 111 111 if [ -d "/sys/firmware/efi" ]; then 112 112 BOOT_TYPE="UEFI" 113 ISO_OPT="$ISO_OPT -eltorito-alt-boot -e images/mindi-bootroot.img -no-emul-boot"113 ISO_OPT="$ISO_OPT -eltorito-alt-boot -efi-boot images/mindi-bootroot.img -no-emul-boot" 114 114 else 115 115 # Find MBR in case of bootable USB device to build
Note:
See TracChangeset
for help on using the changeset viewer.