Quote |
#mkisofs –R source | create_compressed_fs - 65536 > newcd/KNOPPIX/KNOPPIX |
Quote |
#mkisofs –no-pad –l –r –J –no-emul-boot –boot-load-size 4 –boot-info-table –b boot/isolinux/isolinux.bin –c boot/isolinux/boot.cat –hide-rr-moved –o mydsl.iso newcd |
Quote |
#mkisofs –no-pad –l –r –J -o mydsl.iso -b boot/isolinux/isolinux.bin -c boot/isolinux/boot.cat –no-emul-boot –boot-load-size 4 –boot-info-table –hide-rr-moved newcd |
Quote (keithw @ June 24 2006,11:24) |
I found that this: #mkisofs –R source | create_compressed_fs - 65536 > newcd/KNOPPIX/KNOPPIX didn't work for me. After fiddling for some time I found an error message that told me that 65536 is not divisible by 512. So after a quick calculation I tried 65560 and it worked. Why? I don't know. |