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" \
|
-o "$OUTPUT_ISO" \
|
||||||
. 2>&1 | tail -5
|
. 2>&1 | tail -5
|
||||||
|
|
||||||
|
# Make the ISO bootable from USB on both BIOS and UEFI machines
|
||||||
|
isohybrid --uefi "$OUTPUT_ISO"
|
||||||
|
|
||||||
echo
|
echo
|
||||||
SIZE=$(du -sh "$OUTPUT_ISO" | cut -f1)
|
SIZE=$(du -sh "$OUTPUT_ISO" | cut -f1)
|
||||||
echo "==> ✓ ISO complete: $OUTPUT_ISO ($SIZE)"
|
echo "==> ✓ ISO complete: $OUTPUT_ISO ($SIZE)"
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user