Subject: Re: Build a Kernel
To: Richard Ibbotson <richard@sheflug.co.uk>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-help
Date: 10/24/2003 08:44:38
On Fri, 24 Oct 2003, Richard Ibbotson wrote:

> After compiling a few kernels I now feel as though I can handle a
> current kernel with the use of config.tar.gz and sys.tar.gz.  Problem
> is how to I use tar or gzip with these to unzip them into the
> appropriate directory ?  Tried a few things on config.tar.gz but it
> just opens up in the directory that I copied it to and goes no
> further.

tar xvzf config.tar.gz # this should create usr.sbin/config
tar xzf sys.tar.gz # and this should create a sys directory

Maybe show what you did. So we can see the problem.

   Jeremy C. Reed
   http://www.reedmedia.net/