[EMAIL PROTECTED] wrote:
> 
> >From [EMAIL PROTECTED] Tue Nov 14 14:15:45 2000
> 
> >On 14-Nov-00 [EMAIL PROTECTED] wrote:
> >> mkisofs -o /tmp/xxx dir/
> >> mkisofs -o /tmp/xxx file
> >> mkisofs -o /tmp/xxx dir1/ dir2/ file ....
> What should happen with
> 
> mkisofs -o /tmp/xxx dir/
> 
> mkisofs -o /tmp/xxx apath/dir1/ apath/dir2/ apath/file ....
> 
> J�rg

Like others, I have learned that mkisofs strips off all path information
in the
above example. What I would like to see is a way to specify the search
path and
a graft path. What would now be created with:

mkisofs -o /tmp/xxx bpat/dir1/=apat/dir1/ bpat/dir2/=apat/dir2
bpat/=apat/file

would be nicer as:

mkisofs -o /tmp/xxx -search=apat -graft=bpat/ dir1/ dir2/ file

Multiple instances of -serach and -graft would be allowed, with the last
instance
of each affecting pathspecs that follow. 

Dave


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

Reply via email to