*BSD News Article 52362


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!news.sprintlink.net!in2.uu.net!demos!news.sea.ru!sea!not-for-mail
From: serge@news.sea.ru (Sergey Matral)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: How to unpack kernel source code ?
Date: 5 Oct 1995 19:32:28 +0300
Organization: Gelendzhik-Relcom Co.
Lines: 15
Message-ID: <4511as$jb1@gw.sea.ru>
References: <450h9k$i9f@bilbo.nask.org.pl>
NNTP-Posting-Host: sea.ru
X-Newsreader: TIN [version 1.2 PL2]

Jaroslaw Bazydlo (jarekb@ire.pw.edu.pl) wrote:
: I've got such a problem:

: I want to install a kernel source code in my system. I've downloaded a src/*
: files. The question is how to unpack and install it. I noticed it is not a 
: tar/gziped archive. Mayby it has something to do with CPIO.

: Could anyone help me ?

: Greets

% cd /
% cat src/src* | gunzip| tar xvfp -

-- Serge