Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Oct 1996 22:19:41 -0800 (PST)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        "Robert S. Liotta, II" <bliotta@usco.com>
Cc:        questions@freebsd.org
Subject:   Re: How to get Kernel Sources
Message-ID:  <Pine.BSI.3.94.961029221648.369U-100000@gdi.uoregon.edu>
In-Reply-To: <199610262330.TAA06315@bravo.usco.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 26 Oct 1996, Robert S. Liotta, II wrote:

> How do you go about adding in Kernel Sources after an installation
> or for that matter, how do you add any package from the binary
> distributions?  I installed the X-user distribution and now want to add
> more without messing up all the work I did.  Any help would be greatly
> appreciated.

The distribution files are split into 240k chunks.  All you have to do is
cat them together and pipe them through tar.

For instance, the kernel sources are in ${FREEBSD-ROOT}/src/ssys.* on your
favorite FTP site or /dists/src/ssys.* on the CDROM.  

Just grab all the files, cd to /usr/src, and run:

cat /path/ssys.* | tar xzf -

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.961029221648.369U-100000>