DragonFly 3.4 - installworld fails

Justin Sherrill justin at shiningsilence.com
Wed May 8 12:45:17 PDT 2013


I think you need a buildworld step.  This is what I use - for a
chroot, not a jail, but it gets you to the same point.

mkdir -p $BUILD_ROOT
make DESTDIR=$BUILD_ROOT buildworld
make DESTDIR=$BUILD_ROOT installworld
cd etc
make DESTDIR=$BUILD_ROOT distribution



More information about the Users mailing list