DragonFly BSD
DragonFly users List (threaded) for 2013-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: DragonFly 3.4 - installworld fails


From: Justin Sherrill <justin@xxxxxxxxxxxxxxxxxx>
Date: Wed, 8 May 2013 15:45:17 -0400

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]