From owner-freebsd-questions Fri Oct 18 11:19:16 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 4B3F237B401 for ; Fri, 18 Oct 2002 11:19:15 -0700 (PDT) Received: from claire.namodn.com (namodn.com [209.0.100.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id D802343EBE for ; Fri, 18 Oct 2002 11:19:11 -0700 (PDT) (envelope-from nkj@namodn.com) Received: from nkj by claire.namodn.com with local (Exim 3.12 #1 (Debian)) id 182bzy-0001Nl-00; Fri, 18 Oct 2002 11:37:26 -0700 Date: Fri, 18 Oct 2002 11:37:26 -0700 From: Nick Jennings To: Fuzzy Cc: freebsd-questions@FreeBSD.ORG Subject: Re: make installworld failing? Message-ID: <20021018113726.B4428@namodn.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from fuzzy@pooh.ASARian.org on Fri, Oct 18, 2002 at 01:44:47PM -0400 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 On Fri, Oct 18, 2002 at 01:44:47PM -0400, Fuzzy wrote: > > I've done > > 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? 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? - Nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message