Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Jun 2006 11:02:20 +1000
From:      talonz <talonz@gmail.com>
To:        Hanno Krusken <lr101fc@yahoo.co.uk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: GUIDE step-by-step - FreeBSD-RELENG-upgrade + BUILDWORLD process, using CVSUP
Message-ID:  <4494A61C.2020003@gmail.com>
In-Reply-To: <20060616093404.5268.qmail@web25407.mail.ukl.yahoo.com>
References:  <20060616093404.5268.qmail@web25407.mail.ukl.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4494A61C.2020003>