From owner-freebsd-questions@FreeBSD.ORG Thu Sep 17 02:03:50 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B1B0106568D for ; Thu, 17 Sep 2009 02:03:50 +0000 (UTC) (envelope-from jhelfman@e-e.com) Received: from mail.experts-exchange.com (mail.experts-exchange.com [64.156.132.251]) by mx1.freebsd.org (Postfix) with ESMTP id 236058FC12 for ; Thu, 17 Sep 2009 02:03:50 +0000 (UTC) Received: from eggman.experts-exchange.com (adsl-75-15-116-151.dsl.snlo01.sbcglobal.net [75.15.116.151]) by mail.experts-exchange.com (Postfix) with ESMTP id 8951E4A52040; Wed, 16 Sep 2009 18:10:42 -0700 (PDT) Received: by eggman.experts-exchange.com (sSMTP sendmail emulation); Wed, _d Sep 2009 18:24:56 -0700 Date: Wed, 16 Sep 2009 18:24:56 -0700 From: Jason To: Bryant Eadon Message-ID: <20090917012452.GA52817@jason-helfmans-macbook-pro.local> References: <4AB17409.4000601@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <4AB17409.4000601@gmail.com> X-Operating-System: Darwin 9.8.0 X-Living-The-Dream: I love the SLO Life! User-Agent: Mutt/1.5.20 (2009-06-14) Cc: "questions@freebsd.org" , "Gelsema, P \(Patrick\) - FreeBSD" Subject: Re: Change one file in an ISO image X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2009 02:03:50 -0000 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 /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), 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" >