On Thu, 21 Aug 2003 12:43:15 -0500
Johnny Fulcrum <johnnyfulcrum at mn.rr.com> wrote:

> 
> can one edit an iso file to add some stuff?

Sure. As root:

mkdir -f /mnt/iso
mount -t iso9660 -o loop,rw image.iso /mnt/iso
cd /mnt/iso

<make changes>

cd ..
umount iso

<done>

Bill

_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list