···119120if test -n "$usbBootable"; then
121 echo "Making image hybrid..."
122- isohybrid --uefi $out/iso/$isoName
0000123fi
124125if test -n "$compressImage"; then
···119120if test -n "$usbBootable"; then
121 echo "Making image hybrid..."
122+ if test -n "$efiBootable"; then
123+ isohybrid --uefi $out/iso/$isoName
124+ else
125+ isohybrid $out/iso/$isoName
126+ fi
127fi
128129if test -n "$compressImage"; then