Alexander Rau (private) wrote:
Thanks again I tried it and it seems to be working much better.
It is still cutting off longer file names. Any ideas what I need to
change?
Thanks
AR
Here is the mkisofs command I am using and some of the output:
# mkisofs -r -N -L -d -D -no-emul-boot -boot-load-size 4
-boot-info-table -J -V "Custom Distro" -b isolinux/isolinux.bin -c
isolinux/boot.cat -o /mnt/hdd/RH9/RH9.iso /mnt/hdd/RH9/ONE_CD
Use the -l option to mkisofs:
# mkisofs -l -r -N -L -d -D -no-emul-boot -boot-load-size 4
-boot-info-table -J -V "Custom Distro" -b isolinux/isolinux.bin -c
isolinux/boot.cat -o /mnt/hdd/RH9/RH9.iso /mnt/hdd/RH9/ONE_CD
Forrest
--