adjust iso

This commit is contained in:
2025-04-23 04:40:12 -07:00
parent b35f58abb8
commit 0a607dc211
-1
View File
@@ -98,7 +98,6 @@ xorriso -as mkisofs \
-r -J -joliet -l \
-b boot/grub/i386-pc/eltorito.img \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-isohybrid-mbr /usr/lib/ISOLINUX/isohdpfx.bin \
-o "${ISO_FILE}" "${MOUNT_DIR}"
echo "Bootable ISO with recovery partition created at ${ISO_FILE}"