···119119120120if test -n "$usbBootable"; then
121121 echo "Making image hybrid..."
122122- isohybrid --uefi $out/iso/$isoName
122122+ if test -n "$efiBootable"; then
123123+ isohybrid --uefi $out/iso/$isoName
124124+ else
125125+ isohybrid $out/iso/$isoName
126126+ fi
123127fi
124128125129if test -n "$compressImage"; then