fix: add isohybrid --uefi post-process to make ISO USB-bootable
This commit is contained in:
@@ -107,6 +107,9 @@ xorriso -as mkisofs \
|
||||
-o "$OUTPUT_ISO" \
|
||||
. 2>&1 | tail -5
|
||||
|
||||
# Make the ISO bootable from USB on both BIOS and UEFI machines
|
||||
isohybrid --uefi "$OUTPUT_ISO"
|
||||
|
||||
echo
|
||||
SIZE=$(du -sh "$OUTPUT_ISO" | cut -f1)
|
||||
echo "==> ✓ ISO complete: $OUTPUT_ISO ($SIZE)"
|
||||
|
||||
Reference in New Issue
Block a user