https://bugzilla.novell.com/show_bug.cgi?id=811636 https://bugzilla.novell.com/show_bug.cgi?id=811636#c3 --- Comment #3 from Gratien Dhaese <gratien.dhaese@it3.be> 2013-11-07 13:23:02 UTC --- The code using this feature in REAR is /output/ISO/Linux-i386/82_create_iso_image.sh: EFIBOOT="-eltorito-alt-boot -e boot/efiboot.img -no-emul-boot" Log "Including ISO UEFI boot (as triggered by USING_UEFI_BOOTLOADER=1)" $ISO_MKISOFS_BIN $v -o "$ISO_DIR/$ISO_PREFIX.iso" -b isolinux/isolinux.bin -c isolinux/boot.cat \ -no-emul-boot -boot-load-size 4 -boot-info-table \ -R -J -volid "$ISO_VOLID" $EFIBOOT -v . >&8 As you see from the above extract of the code we do use the "mkisofs" command. The reason why I mentioned genisoimage package is because of the following: on Fedora/Ubuntu: rpm -qf $(which mkisofs) genisoimage-1.1.11-19.fc19.x86_64 On SLES/OpenSuse: rpm -qf $(which mkisofs) cdrkit-cdrtools-compat-1.1.8-3.32.3 It also points to 'wodim' so the redirect to Jan Engelhardt seems correct to me. Thanks Johannes. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.