From owner-freebsd-questions@FreeBSD.ORG Thu Sep 11 22:30:38 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 9B67E16A4BF for ; Thu, 11 Sep 2003 22:30:38 -0700 (PDT) Received: from cimlogic.com.au (cimlog.lnk.telstra.net [139.130.51.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CBD443FDD for ; Thu, 11 Sep 2003 22:30:35 -0700 (PDT) (envelope-from jb@cimlogic.com.au) Received: from freebsd1.cimlogic.com.au (localhost [127.0.0.1]) by cimlogic.com.au (8.12.9/8.12.9) with ESMTP id h8C5XQbZ083949; Fri, 12 Sep 2003 15:33:26 +1000 (EST) (envelope-from jb@cimlogic.com.au) Received: (from jb@localhost) by freebsd1.cimlogic.com.au (8.12.9/8.12.9/Submit) id h8C5XQHN083948; Fri, 12 Sep 2003 15:33:26 +1000 (EST) Date: Fri, 12 Sep 2003 15:33:25 +1000 From: John Birrell To: zhao Message-ID: <20030912053325.GA82253@freebsd1.cimlogic.com.au> References: <04e401c378ee$9319b170$c10a0a0a@jennifertoshiba> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <04e401c378ee$9319b170$c10a0a0a@jennifertoshiba> User-Agent: Mutt/1.4.1i cc: freebsd-questions@freebsd.org Subject: Re: make installworld in single user mode 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: Fri, 12 Sep 2003 05:30:38 -0000 On Fri, Sep 12, 2003 at 03:27:30PM +1000, zhao wrote: > I have a question about "make" command in single user mode. > > When I am in the process of updating my FreeBSD4.3 release, I come to the > stage of > make installworld. > People said it is a good way to do it in a single user mode. > So I boot the system, and come to the point of 10 seconds counting, I press > space bar, > then then type "boot -s", coming into single mode, and the default shell is > /bin/sh , and I press enter, then I type > #make installworld > I got an error message > make: not found. > > Under multi-user mode, I found "make " in /usr/bin, in this case, when I > come to single user mode, I should change the default shell of "/bin/sh " to > /usr/bin", and then issue command "make installworld", will that be the > right process? mount -u / mount -a -t nonfs Then do the make installworld. -- John Birrell