On Wed, 2002-07-31 at 12:27, Michael Cunningham wrote: > > I would like to turn the bootable floppy into a > bootable cdrom if possible. I have been messing > around with mkisofs to try to turn the floppy image > into a bootable cdrom but I just cant figure it out. > The bootable cdrom would still get its ks.cfg and files > from an nfs server. I need to generate an iso image file > so my windows box can burn the cdrom. > Turning a bootable floppy into a bootable cdrom is fairly easy, if you know what to do and don't have to make yourself crazy with the mkisofs man page =). % mkdir cdimg % cp floppy.img cdimg/ % mkisofs -r -b floppy.img -c boot.cat -o cd.iso cdimg/ Then just burn cd.iso to a cd and you are ready to go. -- Jason Kohles jkohles@xxxxxxxxxx Senior Engineer Red Hat Professional Consulting