D diaolin Renowned Member Jul 7, 2008 346 8 83 Trentino Italy Jul 8, 2008 #1 Which command should i use to recreate the iso after changing the content???? mkisofs of course, but parameters???? Tx, Diaolin
Which command should i use to recreate the iso after changing the content???? mkisofs of course, but parameters???? Tx, Diaolin
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,288 706 253 Austria www.proxmox.com Jul 9, 2008 #2 I guess you need to use a tool which can edit existing iso images. Making a new one is not easy as we use mkzftree, and some parts of the cd should not be compressed (/boot). But you can try without compression: Code: mkisofs -R -iso-level 4 -z -V "PVE" -o pve-cd.iso -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table data
I guess you need to use a tool which can edit existing iso images. Making a new one is not easy as we use mkzftree, and some parts of the cd should not be compressed (/boot). But you can try without compression: Code: mkisofs -R -iso-level 4 -z -V "PVE" -o pve-cd.iso -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat -no-emul-boot -boot-load-size 4 -boot-info-table data