Skip to content

Commit

Permalink
hack
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Sep 26, 2024
1 parent 5dd4a98 commit faf4d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woof-code/support/mk_iso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ mk_iso() {
${MKISOFS} -iso-level 4 -D -R -o $OUTPUT -b isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table ${BOOT_CAT} \
-eltorito-alt-boot -eltorito-platform efi -b boot/efi.img -no-emul-boot "$tmp_isoroot" || exit 100
[ $? -ne 0 ] && exit 1
UEFI_OPT=-u
UEFI_OPT='' # hack
else
${MKISOFS} -iso-level 4 -D -R -o $OUTPUT -b isolinux.bin -no-emul-boot -boot-load-size 4 -boot-info-table ${BOOT_CAT} "$tmp_isoroot" || exit 101
[ $? -ne 0 ] && exit 1
Expand Down

0 comments on commit faf4d46

Please sign in to comment.