Just checking here - a couple of these responses suggested mounting the iso and editing that. If my memory serves me right from when I tried doing this about a month ago, mounting an iso image is read-only. The response that suggested mounting, then copying to elsewhere and modifying, then making a new iso, seemed to imply that. Am I correct that mounted iso images are read-only? If I am wrong, what are the command line switches to mount an iso read-write? Thanks, Charlie O On Tue, 14 Dec 2004 08:07:26 -0600, John Meier <john.meier at gmail.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! > > I modified a KnoppixMAME iso to put some game ROMS on it - here's what I did: > > mount up ISO image > copy the image to another location > cd /path/to/copyed/iso > edit add files > mkisofs -o /path/to/new_knoppixxmame.iso -V "knoppix" \ > -l -r -b isolinux/isolinux.bin -c isolinux/boot.cat \ > -no-emul-boot -boot-load-size 4 -boot-info-table . > > _______________________________________________ > 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 > _______________________________________________ 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