On Fri, 12 Apr 2002 00:04:42 -0400
"Upnet Joe" <[EMAIL PROTECTED]> wrote:

> I don't know how to do it with WinImage...
> this is what I did ( I have a access to RedHat Linux machine) so
> 
> mount -t msdos bootdisk.bin -o loop /mnt/lrpmnt
> cd /mnt/lrpmnt
> vi syslinux.cfg

Have you tried mounting the iso image on loopback like so:

        mount -t iso9660 dach.iso /mnt -o loop

then mounting the bootdisk image from the mounted iso image like this:

        cd /mnt; mount -t msdos bootdisk.bin /some/other/mount/point -o loop

then modifying your files and umounting them in the opposite order?

Will that work?  I don't really know how iso filesystems work, but it
ought to.  I've done that _sort_ of thing before, but not with iso9660,
I'm afraid, so I don't know.

I don't really know how hard life is with a Windows machine, though.  I
have never had to do real work with them.

Chad


_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to