From owner-freebsd-questions Tue Jul 29 10:15:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA29982 for questions-outgoing; Tue, 29 Jul 1997 10:15:43 -0700 (PDT) Received: from mach3.polbox.pl (root@mach3.polbox.pl [195.116.5.8]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA29976 for ; Tue, 29 Jul 1997 10:15:40 -0700 (PDT) Received: from lizard (rap1-cen176.opole.tpnet.pl [194.204.146.176]) by mach3.polbox.pl (8.8.2/8.6.9) with SMTP id SAA07226; Tue, 29 Jul 1997 18:18:23 +0200 Reply-To: potok@free.polbox.pl Message-Id: <199707291618.SAA07226@mach3.polbox.pl> Comments: Authenticated sender is From: "Mariusz Potocki" Organization: Ovita - Nutricia Poland To: Doug Jolley Date: Tue, 29 Jul 1997 19:25:15 +0100 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Where's the kernel source CC: freebsd-questions@FreeBSD.ORG Priority: normal X-mailer: Pegasus Mail for Windows (v2.42a) Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I've just completed installing FreeBSD. I'd now like to build a > custom kernel. /usr/src/sys doesn't exist; so, I conclude that I > need to install the source. Attempting to use /stand/sysinstall I > can't seem to locate a package for kernel source. I searched on > both "kernel" and "source" and came up with nothing in both If you installed XFree the easiest solution: 1) cd /usr/src/sys 2) lndir /path/to/your/sources/on/cd e.g. /cdrom/dists/src 3) ./install sys 4) build your kernel 5) enjoy (probably) Mariusz