首页 > 代码库 > mak iso

mak iso

<style>pre.cjk { font-family: "Nimbus Mono L", monospace } p { margin-bottom: 0.1in; line-height: 120% }</style>
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 .

mak iso