Login Register Domain Apps

Bisdro

World : System : Bisdro : Leaf : Daemond

The Daemond Leaf profile builds FreeBSD from source code obtained from download.FreeBSD.org, modified for improved security and advanced graphics support.

DRM Next 4.7

The 4.7 branch of drm-next is best for Intel machines.

Build

setenv DESTDIR /usr/local/share/world/FreeBSD/`sysctl -n hw.machine`/junior/hot/daemond
setenv N `sysctl -n hw.ncpu`
make -s -j$N -C /usr/src buildworld
make -s -j$N -C /usr/src buildkernel
make -s -C /usr/src/release ftp NODOC=YES NOPORTS=YES MK_MAN_UTILS=no
mv /usr/src/release/ftp/* $DESTDIR
make -s -C /usr/src/release clean