From owner-freebsd-questions Fri Oct 18 14:19:44 2002 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 50F8E37B404 for ; Fri, 18 Oct 2002 14:19:43 -0700 (PDT) Received: from harrier.mail.pas.earthlink.net (harrier.mail.pas.earthlink.net [207.217.120.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5AAF43EAF for ; Fri, 18 Oct 2002 14:19:42 -0700 (PDT) (envelope-from parv_fm@mailsent.net) Received: from sdn-ap-034dcwashp0399.dialsprint.net ([65.179.97.145] helo=moo.holy.cow) by harrier.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 182eWx-00062k-00; Fri, 18 Oct 2002 14:19:39 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 77F93B341; Fri, 18 Oct 2002 17:22:14 -0400 (EDT) Date: Fri, 18 Oct 2002 17:22:14 -0400 From: parv To: Nick Jennings Cc: Fuzzy , freebsd-questions@FreeBSD.ORG Subject: Re: make installworld failing? Message-ID: <20021018212214.GB43209@moo.holy.cow> Mail-Followup-To: Nick Jennings , Fuzzy , freebsd-questions@FreeBSD.ORG References: <20021018113726.B4428@namodn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021018113726.B4428@namodn.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG in message <20021018113726.B4428@namodn.com>, wrote Nick Jennings thusly... > > On Fri, Oct 18, 2002 at 01:44:47PM -0400, Fuzzy wrote: > > > > cvsup to RELENG_4_7 > > make buildworld > > make buildkernel KERNCONF=POOHSN > > make installkernel KERNCONF=POOHSN > > reboot to singleuser > > > > while booted singleuser > > > > $fsck -p > > $mount -rw / > > $mount -a > > $cd /usr/src > > $make installworld > > On a side note, is this all the standard way of updating your base system? yes; mount commands may or may not differ based on you fs layout. > I've just done the following, and it seemed to work fine: > > > # make buildkernel KERNCONF=GRENZIK > # make installkernel KERNCONF=GRENZIK > # make buildworld > # make installworld > > > Am I being blissfully ignorant? Is the "WrongWay" to do it? seems like it; see /usr/src/UPDATING for the upgrade procedure. -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message