Created
May 22, 2025 08:48
-
-
Save blacknon/a6203bce50cce6f340e7a40e4963d513 to your computer and use it in GitHub Desktop.
command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xorriso -as mkisofs \ | |
-o proxmox-auto.iso \ | |
-isohybrid-mbr iso/boot/isolinux/isohdpfx.bin \ | |
-c isolinux/boot.cat \ | |
-b isolinux/isolinux.bin \ | |
-no-emul-boot -boot-load-size 4 -boot-info-table \ | |
-eltorito-alt-boot \ | |
-e boot/grub/efi.img \ | |
-no-emul-boot \ | |
-isohybrid-gpt-basdat \ | |
-V "PROXMOX_AUTO" \ | |
-J -R -l \ | |
iso |
Comments are disabled for this gist.