Chad David <[EMAIL PROTECTED]> writes:
> My company built a tool a few years back for creating a bootable cdrom
> based on a running host FreeBSD 3/4 system, which promptly got shelved and
> forgotten.I recently had to update it for FreeBSD 5 and thought that
> perhaps the community at large could make use it before it gets forgotten
> again.

# cd /usr/src
# make buildworld buildkernel
# mkdir /tmp/cdrom
# make installworld installkernel DESTDIR=/tmp/cdrom
# cd /usr/src/etc
# make distribution DESTDIR=/tmp/cdrom
# mkisofs -o /tmp/cdrom.iso -r -no-emul-boot -b /tmp/cdrom/boot/cdboot 
/tmp/cdrom
# burncd -s max data /tmp/cdrom.iso fixate eject

did I leave anything out?

DES
-- 
Dag-Erling Smørgrav - [EMAIL PROTECTED]

_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to