From owner-freebsd-questions Thu Aug 21 09:23:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA01386 for questions-outgoing; Thu, 21 Aug 1997 09:23:03 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA01370 for ; Thu, 21 Aug 1997 09:22:47 -0700 (PDT) Received: (from nadav@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id TAA16691; Thu, 21 Aug 1997 19:22:07 +0300 (IDT) Date: Thu, 21 Aug 1997 19:22:07 +0300 (IDT) From: Nadav Eiron To: Stephane Raimbault cc: questions@FreeBSD.ORG Subject: Re: Adding sys(src) In-Reply-To: <33F38ED2.91A0B4DD@smaug.devry.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 14 Aug 1997, Stephane Raimbault wrote: > I have FreeBSD 2.2.2-RELEASE with the X-User install. I would like to > modify the kernel and was wondering how I would go about adding the src > files necessary for the kernel. I have the ssys files I am just unshore > how to install the files to the FBSD drive. > > Thank you for your time. > Stephane Raimbault > > You have two options: 1. Run /stand/sysinstall (as root), choose configure and distributions and select custom and then sources and kernel sources. 2. Run (as root): sh install.sh ssys from the src directory. Nadav