Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!ns.saard.net!news.adelaide.on.net!news.ade.connect.com.au!news.mel.connect.com.au!munnari.OZ.AU!spool.mu.edu!howland.reston.ans.net!swrinde!news-res.gsl.net!news.gsl.net!usenet.eel.ufl.edu!news.mathworks.com!nntp.primenet.com!news.primenet.com!diamse From: Eleanor Diamse <diamse@primenet.com> Newsgroups: comp.unix.bsd.netbsd.misc Subject: Re: NetBSD-1.1 install question.. Date: 28 Jul 1996 13:46:01 -0700 Organization: Primenet (602)416-7000 Lines: 15 Message-ID: <4tgji9$f2u@nnrp1.news.primenet.com> References: <96209.1621533CQBJOZ@cmuvm.csv.cmich.edu> X-Posted-By: diamse@usr11.primenet.com ishwar rattan <3CQBJOZ@cmuvm.csv.cmich.edu> wrote: : I have base system installed and want to install the sources (kernel). : I palced the set in /usr/distrib and tried : Extract ksrc11 : Extract: command not found : : Where is the Extract command that worked during first install from : floppies? Is there another way to add the sources to the system? "extract" is only present when you're doing install. To unpack the ksrc, you should do a "cat ksrc* | tar xvf -". Start with a "cat ksrc * | tar tf - | more" to find out which directory to 'cd' to first, etc... ME