Re: mkisofs and directories

2009-04-15 Thread Warren Block
On Wed, 15 Apr 2009, Peter Ulrich Kruppa wrote: Am Dienstag, den 14.04.2009, 23:22 -0600 schrieb Tim Judd: On Tue, Apr 14, 2009 at 4:18 PM, Alexander Best < alexbes...@math.uni-muenster.de> wrote: this is a question that's always been bugging me: when i give mkisofs a directory as argument it

Re: mkisofs and directories

2009-04-15 Thread Walt Pawley
At 4:48 PM +0200 4/15/09, Peter Ulrich Kruppa wrote: >> unix naming convention normally dictates the following: >> cp -r /cdrom/dir /mnt/ >> # will create /mnt/dir and everything under it >> cp -r /cdrom/dir/ /mnt/ >> # will copy contents of dir into /mnt >That was what I thought it should do - but

Re: mkisofs and directories

2009-04-15 Thread Peter Ulrich Kruppa
Am Dienstag, den 14.04.2009, 23:22 -0600 schrieb Tim Judd: > On Tue, Apr 14, 2009 at 4:18 PM, Alexander Best < > alexbes...@math.uni-muenster.de> wrote: > > > hi there, > > > > this is a question that's always been bugging me: > > > > when i give mkisofs a directory as argument it always ads the c

Re: mkisofs and directories

2009-04-14 Thread Tim Judd
On Tue, Apr 14, 2009 at 4:18 PM, Alexander Best < alexbes...@math.uni-muenster.de> wrote: > hi there, > > this is a question that's always been bugging me: > > when i give mkisofs a directory as argument it always ads the contents of > that > directory to the iso. how can i tell mkisofs that i wan

Re: mkisofs and directories

2009-04-14 Thread Peter Ulrich Kruppa
Am Mittwoch, den 15.04.2009, 00:18 +0200 schrieb Alexander Best: > hi there, > > this is a question that's always been bugging me: > > when i give mkisofs a directory as argument it always ads the contents of that > directory to the iso. how can i tell mkisofs that i want the actual directory > (

mkisofs and directories

2009-04-14 Thread Alexander Best
hi there, this is a question that's always been bugging me: when i give mkisofs a directory as argument it always ads the contents of that directory to the iso. how can i tell mkisofs that i want the actual directory (including all it's contents) to be added to the iso? cheers. alex