On Tue, 2015-05-26 at 22:20 -0400, kpn...@pobox.com wrote:
> So, I built a new 9.3-p14 with these commands:
> 
> #! /bin/sh
> 
> set -x
> export DESTDIR=/ROOT/in_progress/
> export MAKEOBJDIRPREFIX=$DESTDIR/usr/obj
> 
> cd $DESTDIR/usr/src
> 
> make buildworld &&
> make buildkernel
> 
> 
> Then as root I:
>    make installkernel &&
>    make installworld
> 
> ... with DESTDIR and MAKEOBJDIRPREFIX set in the environment.
> 
> This gave me a nearly full install. The only thing lacking is the new
> /etc. The /etc in the $DESTDIR contains the usual 20+ subdirectories,
> but no files. 
> 
> How do I populate an empty /etc?
> 

make distribution

-- Ian


_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Reply via email to