bootable iso

Charles Curley charlescurley at charlescurley.com
Fri Feb 27 22:27:00 UTC 2004


On Sat, Feb 28, 2004 at 12:12:24AM +0200, Chadley Wilson wrote:
> Dear Linux friends,
> 
> I have an existing bootable [win based] disk that I have created.
> It contains a 1.44mb bootable dos disk with menus created using a combo
> of the autoexec.bat and config.sys files. I have the iso of the disk on
> hdd. I would like to mount it make some changes and then re burn it to
> cd. I know how to mount and read the contents but can I actaully replace
> files.
> I need to do this but dont have a win box to do it on as I have loaded
> FC1 on my box. 
> Any-one know where I can find the command. I cant find one with rw
> options.
> this is the command I use to mount:
>  mount -o loop -w -t iso9660 /mnt/backup/isos/win98se.iso /mnt/winiso/
> 

As far as I know the CD-ROM file system is read only. The work around
is: read the files into a suitable directory ("cp -rp /mnt/winiso/*
/new/directory/somewhere/" [ -rp to copy recursively and preserve
permissions]), edit at will. Then create a new ISO image from the
contents of that directory.

You may find the following a useful guide if you can read my shell
script hacking: http://www.charlescurley.com/buildiso.html. You will
want to replace the boot disk image with a suitable Mess-DOS boot
image. Once you've done that, xcdroast is your friend.


-- 

Charles Curley                  /"\    ASCII Ribbon Campaign
Looking for fine software       \ /    Respect for open standards
and/or writing?                  X     No HTML/RTF in email
http://www.charlescurley.com    / \    No M$ Word docs in email

Key fingerprint = CE5C 6645 A45A 64E4 94C0  809C FFF6 4C48 4ECD DFDB
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/users/attachments/20040227/358f5417/attachment-0002.bin 


More information about the users mailing list