The builder is a restricted environment used by FreeSBIE developers/users to build a FreeSBIE ISO image using one of the availiable buildsets.
builder
and the buildsets
cvs module on cvs.freesbie.org (Hint: checkout builder
first, enter the builder
directory and check buildsets
out inside the builder
directory)builder
directory, as root
, launch: env BUILDSET=builder BASEDIR=”/usr/local/builder” ./freesbiemake installworld
, where /usr/local/builder
is the location where you want to install your builder environment to.mount_devfs devfs /usr/local/builder/dev
mount_nullfs $LOCATION_OF_BUILDER_BUILDSET_AND_FREESBIE_CHECKOUTS /usr/local/builder/root
cp /etc/resolv.conf /usr/local/builder/etc/resolv.conf
kldload g_md
kldload linux
chroot /usr/local/builder /bin/tcsh
/root/builder/bootstrap
/root/builder/completerun $YOURBUILDSET