Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jul 1996 13:08:33 +0000 ()
From:      James Raynard <fqueries@jraynard.demon.co.uk>
To:        Thor Clark <thor@tab012.tabula.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: quick upgrade question
Message-ID:  <199607211308.NAA00891@jraynard.demon.co.uk>
In-Reply-To: <Pine.SOL.3.91.960720205020.1308E-100000@tab012.tabula.com> from "Thor Clark" at Jul 20, 96 08:58:37 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> Great upgrade sequence - I just went from 2.1.0 to 2.1.5 with ~40 minutes 
> downtime, including manual reconfig.  Really impressive.
 
Thank you!

> one small question - I had /usr/src symolically linked to another disk, 
> so I didn't get the kernel source that I wanted (I forget the exact error 
> - if /usr/src isn't a directory, there's nowhere to put everything).  
> 
> I think I need every ssys.* file - are there any others I should grab?
> (I just want to customize the kernel)

Yes, you need every ssys.* file.  No, you don't need any others, unless
you want source for things like system applications as well.

> How should I combine and unpack them once I've got them?
> (or is there a simpler way of doing this, with sysinstall...)

# cat ssys.* | tar tzvf -
# cat ssys.* | tar xzvf -

(The first one will show you what will happen when you extract them.
The second will actually do it, once you are satisfied the right files
will end up in the right place!)





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199607211308.NAA00891>