From owner-cvs-src@FreeBSD.ORG Tue Jul 1 11:50:50 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B21237B401; Tue, 1 Jul 2003 11:50:50 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E70A44037; Tue, 1 Jul 2003 11:50:49 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h61IomaQ054113; Tue, 1 Jul 2003 11:50:48 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h61IomW5054112; Tue, 1 Jul 2003 11:50:48 -0700 (PDT) Date: Tue, 1 Jul 2003 11:50:47 -0700 From: "David O'Brien" To: John Baldwin Message-ID: <20030701185047.GD67015@dragon.nuxi.com> References: <20030701151216.GA13805@intruder.bmah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: Makoto Matsushita cc: "Bruce A. Mah" cc: src-committers@FreeBSD.org cc: gordon@FreeBSD.org cc: cvs-src@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/mtree BSD.root.dist src/include paths.h src/rescue Makefile README src/rescue/librescue Makefile src/rescue/rescue Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 18:50:50 -0000 On Tue, Jul 01, 2003 at 02:28:05PM -0400, John Baldwin wrote: > No. sysinstall copies over /stand and then chroots into the new root > for the actual install after it does the newfs. If you don't copy /stand > then installs will fail. Yes, we need a /stand during the install. But not post install. > Please just leave it as is. /stand is still > useful in the scary case that /rescue and normal root get hosed and it > doesn't take up very much space anyways. Feh. Lets also make /bin2 and /sbin2 incase /[s]bin, /rescue, and /stand get messed up. If you've messed up /[s]bin and /rescue you should give up and do a binary reinstall. /stand waits space and there is now zero use for it given /rescue. -- -- David (obrien@FreeBSD.org)