>From: Stacy Mader <[EMAIL PROTECTED]>

>> >"mkisofs -options dirname" creates isofs with the contents of 'dirname'.
>> >But the dirname is not visible in the newly created isofs. Is there any
>> >option which would keep the same pathname on the iso file system?
>>
>> mkisofs -graft-points [other options] /dirname/=dirname/

>Hmm, there is some confusion here! I have a file (file.txt)  with the following
>contents:

>/smader/phd/extract
>/smader/phd/go
>/smader/phd/here.sty
>/smader/phd/hioutflow/=hioutflow/

>The last entry is a directory according to what James specified above. So to use
>mkisofs on
>this file, I typed the following:

>/opt/schily/bin/mkisofs -graft-points -path-list file.txt -l -R -o /tmp/image

>I get the error:

>/opt/schily/bin/mkisofs: No such file or directory. Invalid node - hioutflow/

>With some experimentation, I found that the order /dirname/=dirname/ is wrong.
>It should be dirname/=/dirname/

>The file should now read:

>/smader/phd/extract
>/smader/phd/go
>/smader/phd/here.sty
>hioutflow/=/smader/phd/hioutflow/

>And everything works via the command I used above.

..... as it is documented in themkisofs man page!


J�rg

 EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
       [EMAIL PROTECTED]               (uni)  If you don't have iso-8859-1
       [EMAIL PROTECTED]           (work) chars I am J"org Schilling
 URL:  http://www.fokus.gmd.de/usr/schilling   ftp://ftp.fokus.gmd.de/pub/unix


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to