On Mon, 13 Dec 2004 15:26:58 -0600
"Chris Smith" <christophermsmith at mac.com> wrote:

> Anyone know of a util that would let me edit a say a text file that
> already exists on and ISO and save it back to the image, then burn?
> I'd like to be able to make on-the-fly mods to my unattend.txt type
> files and still be able to burn the image.. Sort of like GhostExplorer
> for .gho files. Am I explaining this well at all?  Thanks!
> 
> Chris 
> 

Assuming your kernel has loopback device support, mount the ISO file,
edit and reburn.

mount -o loop -t iso9660 file.ISO /mnt/somewhere
cd /mnt/somewhere
# edit file(s)
umount /mnt/somewhere

Same method applies for other filesystem types within files.

Not aware of a "utility" for this, but that doesn't mean one doesn't
exist.

-Jay

_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
Help beta test TCLUG's potential new home: http://plone.mn-linux.org
Got pictures for TCLUG? Beta test http://plone.mn-linux.org/gallery
tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list