GUIDE step-by-step - FreeBSD-RELENG-upgrade + BUILDWORLD process, using CVSUP

talonz talonz at gmail.com
Sun Jun 18 01:03:14 UTC 2006


Hanno Krusken wrote:
> Hi all,
> specially for the novice of you, please read carefully
> !!
>
> # make clean
>
> # make -j4 buildworld
>
> # make buildkernel KERNCONF=YOUR-KERNEL-FILE
>
> # make installkernel KERNCONF=YOUR-KERNEL-FILE
>
> # reboot
>
> Hanno Krusken
>   
make -j4 can cause many systems to fail

The correct procedure is

make buildworld
make kernel KERNCONF=mykern
mergemaster -p
make installworld
mergemaster

regards Jason M





More information about the freebsd-questions mailing list