Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2009 18:24:56 -0700
From:      Jason <jhelfman@e-e.com>
To:        Bryant Eadon <bryant.eadon@gmail.com>
Cc:        "questions@freebsd.org" <questions@freebsd.org>, "Gelsema, P \(Patrick\) - FreeBSD" <freebsd@superhero.nl>
Subject:   Re: Change one file in an ISO image
Message-ID:  <20090917012452.GA52817@jason-helfmans-macbook-pro.local>
In-Reply-To: <4AB17409.4000601@gmail.com>
References:  <a0a7749502c43d4b8927c0ce2174e45a.squirrel@webmail.superhero.nl> <4AB17409.4000601@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 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 all the content
>>with cpio and making it bootable. OS on the DVD is WinPE btw.
>>
>>Does anyone have some pointers for performing this action?
>
>Have you tried mounting it as a vnode ? and mounting it R/W ?
>
>mdconfig -a -t vnode -f file.img
>mount -t <type> /dev/md0 /mnt/rw_dvd
>
>Where <type> may be cd9660 or some other format of the image.
>
>I haven't seen reported success with this method (checked with 
>various google searches), but perhaps there's something along these 
>lines *will* work.
>
>Hope that helps,
>Bryant
>_______________________________________________
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090917012452.GA52817>