Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2000 20:27:09 +0200
From:      Gerhard Sittig <Gerhard.Sittig@gmx.net>
To:        freebsd-stable@FreeBSD.ORG
Subject:   Re: Upgrading from 4.1-R to 4.1-S
Message-ID:  <20000803202708.F9035@speedy.gsinet>
In-Reply-To: <000501bffd32$3d7604c0$1b9b3218@pit.adelphia.net>; from nturki@adelphia.net on Thu, Aug 03, 2000 at 06:04:40AM -0400
References:  <001101bffd1a$a12692e0$1b9b3218@pit.adelphia.net> <20000803005926.A12227@luna.osd.bsdi.com> <000501bffd32$3d7604c0$1b9b3218@pit.adelphia.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Aug 03, 2000 at 06:04 -0400, Nader Turki wrote:
> So the way it works is:
> - cvsup
> - cd /usr/src
> - make world
> - make buildkernel KERNEL=MYKERNEL
> - make installkernel KERNEL=MYKERNEL
> - reboot
> 
> is that it?

Not quite (it may work, but I wouldn't do it this way).  "make
world" will include buildworld as well as installworld.  So the
later steps run with an old kernel and a new world.  Minimize
this window of inconsistency by rearrangement:

update sources
make buildworld
make buildkernel
make installkernel
make installworld
mergemaster(!)

BTW  the list archive is full with these threads.  Especially
since the "HEADS UP!" for the binutils upgrade and the therefor
suggested buildkernel procedure.  You can find a whole lot of
proven rulesets for updating there.


virtually yours   82D1 9B9C 01DC 4FB4 D7B4  61BE 3F49 4F77 72DE DA76
Gerhard Sittig   true | mail -s "get gpg key" Gerhard.Sittig@gmx.net
-- 
     If you don't understand or are scared by any of the above
             ask your parents or an adult to help you.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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