How can I create bootable Gentoo CD (if I can)?easy way how you can do it:
- download some of existing gentoo iso CD image ( first cca 50KB of the image should be enough)
- open the image in hex editor or in less command and search for string "mkisofs" ...
you'll get the command how it was prepared :-)
- read "man mkisofs" and try to understand all of the switches
- prepare the tree of your new CD in some directory
- prepare bootable floppy disk, (maybe you can use the one from the iso image ...)
probe it, if it's ok, copy the image of floppy to file (cp /dev/fd0 my.floppy)
and use "-b my.floppy" in mkisofs command
Noro
PS: It should be plenty of step by step howto's for creating bootable CD on the net ...
-- [EMAIL PROTECTED] mailing list
