Projects : sysutils/cdroot

BSDforge

Following, are FreeBSD ports, or other *BSD related projects, hosted, or worked on at BSDforge in the x11 category.

cdroot
cdroot is a set of scripts to automate the setup of a bootable CD-ROM based FreeBSD system.

The cdroot port automates the creation of a bootable CD-ROM which contains a full FreeBSD installation. It also includes a script for installing a FreeBSD release, as built by 'make release'. If desired, a floppy disk with an /etc directory may be provided to supply system /etc overrides allowing one to use the same CD image to boot multiple systems, where each system's hostname, IP address, etc is contained on a separate floppy disk. See the README file for more information.

Installation

Using the FreeBSD ports system:
cd /usr/ports/sysutils/cdroot make install clean
Using the FreeBSD pkg system:
pkg install sysutils/cdroot