Subject: Re: Updating NetBSD
To: Diego Linke - GAMK <linke@calnet.com.br>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-help
Date: 07/12/2001 21:39:39
On Wed, Jul 11, 2001 at 06:28:49PM -0300, Diego Linke - GAMK wrote:
> Hi,
>
> How i updating my NetBSD 1.5 to NetBSD 1.5.1
>
> FreeBSD i do:
> After cvsup /usr/src:
> cd /usr/src
> make buildworld
> make buildkernel KERNEL=MY_KERNEL
> make installkernel KERNEL=MY_KERNEL
> shutdown now (single user)
> cd /usr/src
> make installworld
> mergemaster
>
> ? NetBSD ?
> After cvs dir /usr/src
>
First build a new kernel, and reboot with it.
> mkdir /usr/obj
> cd /usr/src
> make obj
> make UPDATE=1 build
>
> Finish ? reboot system and finish ?
At this state new binaries have been installed. You may want to reboot if you
want to e.g. run the new init instead of the old one.
--
Manuel Bouyer <bouyer@antioche.eu.org>
--