Change one file in an ISO image

2009-09-16 Thread Gelsema, P (Patrick) - FreeBSD
Hi list, I need to change one file in an existing ISO image. It is a DVD image btw. Unfortunately I dont have many options of changing the fie before creating the image. Mounting is not the issue, copying data neither but the ISO is also bootable. There must be a simpler solution as in copying al

Re: Change one file in an ISO image

2009-09-16 Thread Bryant Eadon
Gelsema, P (Patrick) - FreeBSD wrote: Hi list, I need to change one file in an existing ISO image. It is a DVD image btw. Unfortunately I dont have many options of changing the fie before creating the image. Mounting is not the issue, copying data neither but the ISO is also bootable. There mu

Re: Change one file in an ISO image

2009-09-16 Thread Michael David Crawford
Bryant Eadon wrote: Have you tried mounting it as a vnode ? and mounting it R/W ? mdconfig -a -t vnode -f file.img mount -t /dev/md0 /mnt/rw_dvd Where may be cd9660 or some other format of the image. I haven't seen reported success with this method (checked with various google searches), bu

Re: Change one file in an ISO image

2009-09-16 Thread Jason
Why not just make a release with the updated file? -jgh On Wed, Sep 16, 2009 at 07:26:01PM -0400, Bryant Eadon thus spake: Gelsema, P (Patrick) - FreeBSD wrote: Hi list, I need to change one file in an existing ISO image. It is a DVD image btw. Unfortunately I dont have many options of changi

Re: Change one file in an ISO image

2009-09-16 Thread Warren Block
On Wed, 16 Sep 2009, Gelsema, P (Patrick) - FreeBSD wrote: I need to change one file in an existing ISO image. It is a DVD image btw. Unfortunately I dont have many options of changing the fie before creating the image. Mounting is not the issue, copying data neither but the ISO is also bootabl

Re: Change one file in an ISO image

2009-09-16 Thread b. f.
Patrick Gelsema wrote: >I need to change one file in an existing ISO image. It is a DVD image btw. >Unfortunately I dont have many options of changing the fie before creating >the image. > >Mounting is not the issue, copying data neither but the ISO is also >bootable. There must be a simpler soluti

Re: Change one file in an ISO image

2009-09-16 Thread Gelsema, P (Patrick) - FreeBSD
On Thu, September 17, 2009 05:28, b. f. wrote: > Patrick Gelsema wrote: >>I need to change one file in an existing ISO image. It is a DVD image >> btw. >>Unfortunately I dont have many options of changing the fie before >> creating >>the image. >> >>Mounting is not the issue, copying data neither b

Re: Change one file in an ISO image

2009-09-17 Thread b. f.
Patrick Gelsema wrote: >If the linux suggestion fails I will try this one. > I'm not sure exactly what you're trying to do here -- but from what I saw, the suggestions you are referring to only mentioned different ways of mounting the iso image from the dvd. Whether you mount the dvd, or just use

Re: Change one file in an ISO image

2009-09-17 Thread Roland Smith
On Thu, Sep 17, 2009 at 07:41:09PM +, b. f. wrote: > Patrick Gelsema wrote: > >If the linux suggestion fails I will try this one. > > > > I'm not sure exactly what you're trying to do here -- but from what I > saw, the suggestions you are referring to only mentioned different > ways of mounting

Re: Change one file in an ISO image

2009-09-17 Thread Tim Judd
On 9/16/09, Gelsema, P (Patrick) - FreeBSD wrote: > Hi list, > > I need to change one file in an existing ISO image. It is a DVD image btw. > Unfortunately I dont have many options of changing the fie before creating > the image. > > Mounting is not the issue, copying data neither but the ISO is a

Re: Change one file in an ISO image

2009-09-17 Thread John Nielsen
On Thursday 17 September 2009 17:09:28 Tim Judd wrote: > On 9/16/09, Gelsema, P (Patrick) - FreeBSD wrote: > > I need to change one file in an existing ISO image. It is a DVD image > > btw. Unfortunately I dont have many options of changing the fie before > > creating the image. > > the cd9660/iso

Re: Change one file in an ISO image

2009-09-17 Thread Tim Judd
On 9/17/09, John Nielsen wrote: > On Thursday 17 September 2009 17:09:28 Tim Judd wrote: >> On 9/16/09, Gelsema, P (Patrick) - FreeBSD wrote: >> > I need to change one file in an existing ISO image. It is a DVD image >> > btw. Unfortunately I dont have many options of changing the fie before >> >