*BSD News Article 57496


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!nntp.coast.net!lll-winken.llnl.gov!uwm.edu!vixen.cso.uiuc.edu!howland.reston.ans.net!newsfeed.internetmci.com!in2.uu.net!usc!news.cerf.net!newsserver.sdsc.edu!newshub.csu.net!charnel.ecst.csuchico.edu!csusac!csus.edu!pluto
From: wleong@sfsu.edu (2-King)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: Install source for kernel after FreeBSD installed
Date: 11 Dec 1995 09:12:20 GMT
Organization: California State University Sacramento
Lines: 15
Message-ID: <4agslk$3sc@news.csus.edu>
References: <4adnhq$m3h@nnrp.cs.ubc.ca> <4af30l$790@uriah.heep.sax.de>
NNTP-Posting-Host: wleong@pluto.sfsu.edu


Look for the install.sh in the src directory. In root, type
    "#sh install.sh sys" to extract the kernel source.

In article <4af30l$790@uriah.heep.sax.de>,
   j@uriah.heep.sax.de (J Wunsch) wrote:
>binhdo@cs.ubc.ca (Binh Do) writes:
>> Hi there. After installing FreeBSD I realized that I have to recompile
>> kernel as I have PS/2 mouse. I cannot cd to /sys as I did not install
>> source for kernel. How can I install it now without going from
>> scratch.
>
>cd /cdrom/dists/src
>cat ssys* | (cd /usr; tar -xvzf -)
>