From owner-freebsd-stable Mon Nov 23 10:08:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA14112 for freebsd-stable-outgoing; Mon, 23 Nov 1998 10:08:28 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from calis.BlackSun.org (slip-ppp-4-191.escape.com [205.160.46.191]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA14104 for ; Mon, 23 Nov 1998 10:08:21 -0800 (PST) (envelope-from don@calis.BlackSun.org) Received: from localhost (don@localhost) by calis.BlackSun.org (8.9.1/8.9.1) with ESMTP id NAA76860; Mon, 23 Nov 1998 13:07:32 -0500 (EST) (envelope-from don@calis.BlackSun.org) Date: Mon, 23 Nov 1998 13:07:32 -0500 (EST) From: Don To: Dom Mitchell cc: "Foster, Jim" , FreeBSD-Stable Subject: Re: CVSupit, make and floppies In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Build the kernel next. Then, go into single user mode and do a make > installworld, followed by a "cd /sys/compile/MYKERNEL;make install". > > It's best to script the building, it makes it a lot easier. > > You may also like to read Nik Claytons tutorial on building the world. > Have a look at . Never build the kernel before installing the world. You might be using an out of date /usr/sbin/config in which case the kernel wont compile at all. There is also no reason to boot into single user mode to install the world unless it is a major upgrade such as from 2.2.7-3.0. This is a simple and routine upgrade. Just make world and then compile your kernel. Reboot the system for the kernel change to take effect. The make world changes take effect as soon as the make world is completed. -Don To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message