fix: add isohybrid --uefi post-process to make ISO USB-bootable

This commit is contained in:
2026-05-24 02:25:50 +00:00
parent b3bc19aa44
commit 508328b282
2 changed files with 3 additions and 0 deletions
+3
View File
@@ -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)"