My computer (output of uname -a ) OpenBSD open.silbsd.org 3.8 GENERIC#0 i386
Hi: I needed to copy all the packages I had in /usr/ports/packages/i386/all, on OpenBSD, to a CDROM, so I could install them at work. My company won't allow Open Source UNIXes to be connected to the network so I mount a CD and copy the packages over. Anyway, I tried: # mkisofs -allow-lowercase -allow-multidot -o pkg.iso -joliet-long all/ where all/ is the all in /usr/ports/packages/i386/all and pkg.iso was the ISO image. the problem was that even long file names like libgnomeprintui-2.10.2.tgz were truncated. How do I get the long file names written to the ISO image? I need this for my OpenBSD desktop at work. -- Kind regards, Jonathan _______________________________________________ CWE-LUG mailing list [email protected] http://www.cwelug.org/ http://www.cwelug.org/archives/ http://www.cwelug.org/mailinglist/
