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 13:22:14
Peter I. Hansen wrote:

>>>>ftp ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-2.0.2/i386/binary/sets/

> ok, so I would want to get kern-GENERIC.tgz, unpack and copy it
> to root?
> But, is operation not included in your recipe above, where you
> get fetch all the binary sets?

Mistake #2: the kernel images are fetched as well and the for loop
in fact extracted all kernels (so you end up having GENERIC_TINY).
Just make sure you extract the correct kernel:

tar xpfz kern-GENERIC.tgz -C /

Martti