From owner-freebsd-questions@FreeBSD.ORG Mon Mar 31 23:23: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 777A837B401 for ; Mon, 31 Mar 2003 23:23:29 -0800 (PST) Received: from mail.cordis.lu (mail.cordis.lu [212.190.217.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C1D543F75 for ; Mon, 31 Mar 2003 23:23:28 -0800 (PST) (envelope-from a.carter@cordis.lu) Received: from mailsvr.intrasoft.lu (mail.intrasoft.lu [212.190.217.251]) by mail.cordis.lu (8.12.8/8.12.8) with ESMTP id h317PYqE028735; Tue, 1 Apr 2003 09:25:34 +0200 Received: by mail.intrasoft.lu with Internet Mail Service (5.5.2656.59) id ; Tue, 1 Apr 2003 09:20:15 +0200 Received: from intra241.intrasoft.lu (212.190.217.170 [212.190.217.170]) by mailsvr.intrasoft.lu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id HXZK8RVT; Tue, 1 Apr 2003 09:20:11 +0200 From: CARTER Anthony To: Miguel Mendez , CARTER Anthony Organization: Intrasoft Date: Tue, 1 Apr 2003 09:28:07 +0200 User-Agent: KMail/1.5 References: <20030401091403.2d7eacea.flynn@energyhq.homeip.net> In-Reply-To: <20030401091403.2d7eacea.flynn@energyhq.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304010928.07343.a.carter@intrasoft.lu> X-Spam-Status: No, hits=-126.1 required=4.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES, REPLY_WITH_QUOTES,USER_AGENT,USER_IN_WHITELIST version=2.50 X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) cc: freebsd-questions@freebsd.org cc: Joel Rees Subject: Re: latest version of ports 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, 01 Apr 2003 07:23:29 -0000 As I said, read the /usr/src/UPDATING file, I was running off the top of my head... do mergemaster -p after your mount -u / and mount -a then... and yes, kernel nor kernal...sorry bout that, typos...got a new keyboard this morning (nice logitech wireless desktop) so could be due to that ;)) I know KERNCONF is not needed when making buildworld, I just got carried away copying and pasting ;) Sorry bout that! Anthony On Tuesday 01 April 2003 09:14, Miguel Mendez wrote: > On Tue, 1 Apr 2003 09:08:25 +0200 > CARTER Anthony wrote: > > Howdy, > > > For fresh OS, read /usr/src/UPDATING but, in brief: > > > > cd /usr/src > > make buildworld KERNCONF=YOURKERNELFILE > > KERNCONF is not needed here > > > make buildkernal KERNCONF=YOURKERNELFILE > > make installkernal KERNCONF=YOURKERNELFILE > > kernel, not kernal > > > mergemaster -p > > You probably want to run mergemaster -p on a filesystem mounted as > read/write :) > > > mount -u / > > mount -a > > cd /usr/src > > make installworld KERNCONF=YOURKERNELFILE > > mergemaster > > Cheers,