Subject: Re: upgrade from 2.0 to 2.0.2
To: Klaus Klein <kleink@mibh.de>
From: Peter I. Hansen <pih@xbase.dk>
List: netbsd-help
Date: 04/15/2005 09:59:13
On Fri, Apr 15, 2005 at 09:40:30AM +0200, Klaus Klein wrote:
> Martti Kuparinen wrote:
>
> > Martti Kuparinen wrote:
> > > Peter I. Hansen wrote:
> > >
> > >> What is the canonical method for upgrading from 2.0 to 2.0.2?
> > Or get the binaries and extract them
> >
> > [...]
> >
> > Then get or compile your kernel...
>
> It should be noted that it's generally a bad idea to upgrade userland
> before upgrading the kernel, albeit it should not matter between 2.0
> and 2.0.2.
>
>
> - Klaus
So, you recommend the reverse method of the one Martti use? :
cd /usr/src
cvs update -dPA -r netbsd-2-0
cd /usr/xsrc
cvs update -dPA -r netbsd-2-0
cd sys/arch/i386/conf
config GENERIC
cd ../compile/GENERIC
make dependall install
cd /usr/src
./build.sh -uxE -D / build
sh /usr/src/etc/postinstall fix
reboot
-Peter