From owner-freebsd-questions@FreeBSD.ORG Tue Sep 16 13:19:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4810216A4B3 for ; Tue, 16 Sep 2003 13:19:29 -0700 (PDT) Received: from remt27.cluster1.charter.net (remt27.cluster1.charter.net [209.225.8.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A99243F93 for ; Tue, 16 Sep 2003 13:19:28 -0700 (PDT) (envelope-from chowse@charter.net) Received: from [66.168.145.25] (HELO moe) by remt27.cluster1.charter.net (CommuniGate Pro SMTP 4.0.6) with ESMTP id 160545867; Tue, 16 Sep 2003 16:19:27 -0400 From: "Charles Howse" To: "'Nathan Kinkade'" , "'Mark Luxton'" Date: Tue, 16 Sep 2003 15:19:20 -0500 Message-ID: <003601c37c8f$cfe8e4a0$04fea8c0@moe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 In-Reply-To: <20030916140734.GA87817@npkfbsd> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal cc: freebsd-questions@freebsd.org Subject: RE: Rebuilding the Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Sep 2003 20:19:29 -0000 > > So I can get it right in my head (now there's a challenge).=20 > The correct=20 > > steps for building a custom kernel is: > >=20 > > 1) update sources > > 2) rm -rf /usr/obj/* > > 3) make buildworld > > 4) edit kernel config file > > 5) make buildkernel > > 6) make installkernel > > 7) reboot > > 8) make installworld > > 9) mergemaster > >=20 > > Many Thanks > >=20 > > Mark. >=20 > I believe that's mostly it, but there are smaller steps that may be > important inbetween, like doing `chflags' on /usr/obj/*=20 > before removing > the files - all this is in the manual, though. The steps outlined > above are in the handbook - in that order. Take another look at the > handbook and if you still have problem reply with specific issues. Here's a real good article. http://bsdvault.net/sections.php?op=3Dviewarticle&artid=3D21