Chojin wrote:
> 
> Hello,
> 
> Someone could tell me how create a bootable FreeBSD CD ?
> I cannot use a floppy image because it is too small to put
> my kernel (1.5 Mo), and I cant create a 2.88 Mb floppy
> image (as I don't  have the drive).  Then how create a
> freebsd boot image which use the real CD space to put all
> files I want ?
> 
> If you have any script too, it would be cool :-)

cd /usr/src
make buildworld
cd release
make [bunch of environment vars -- see handbook] release

Then you need to use mkisofs to turn the release images
into ISOs, and then burncd to put the images onto the
coasters.

You will end up with a 2.88M floppy image.  The way that
CDROMs boot is their BIOS loads the floppy image into
RAM with a RAM disk, and then boots it as if it were
booting a floppy.

-- Terry

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to