mak iso

Example:
genisoimage -o /yugengde/proxmox-1.1.iso -r -V "proxmox" --grub2-mbr ../proxmox.mbr --protective-msdos-label -efi-boot-part --efi-boot-image -c 'boot/boot.cat' -b 'boot/grub/i386-pc/eltorito.img' -no-emul-boot -boot-load-size 4 -boot-info-table --grub2-boot-info -eltorito-alt-boot -e 'efi.img' -no-emul-boot .



xorriso -as mkisofs -o /yugengde/proxmox-1.1.iso -r -V "proxmox" --grub2-mbr ../proxmox.mbr --protective-msdos-label -efi-boot-part --efi-boot-image -c 'boot/boot.cat' -b 'boot/grub/i386-pc/eltorito.img' -no-emul-boot -boot-load-size 4 -boot-info-table --grub2-boot-info -eltorito-alt-boot -e 'efi.img' -no-emul-boot .
原文地址:https://www.cnblogs.com/yugengde/p/7004533.html