Subject: Re: upgrade from 2.0 to 2.0.2
To: Peter I. Hansen <pih@xbase.dk>
From: Martti Kuparinen <martti.kuparinen@iki.fi>
List: netbsd-help
Date: 04/15/2005 10:05:20
Peter I. Hansen wrote:

> What is the canonical method for upgrading from 2.0 to 2.0.2?

This is how I did it (from the sources):

cd /usr/src
cvs update -dPA -r netbsd-2-0
cd /usr/xsrc
cvs update -dPA -r netbsd-2-0

cd /usr/src
./build.sh -uxE -D / build

cd sys/arch/i386/conf
config GENERIC
cd ../compile/GENERIC
make dependall install

sh /usr/src/etc/postinstall fix
reboot