From owner-cvs-all@FreeBSD.ORG Mon Nov 29 03:02:20 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DDA216A4CE; Mon, 29 Nov 2004 03:02:20 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC94543D1D; Mon, 29 Nov 2004 03:02:19 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iAT319Iw023348; Sun, 28 Nov 2004 20:01:09 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 28 Nov 2004 20:02:06 -0700 (MST) Message-Id: <20041128.200206.114580739.imp@bsdimp.com> To: scottl@freebsd.org From: "M. Warner Losh" In-Reply-To: <41AA904F.708@freebsd.org> References: <41AA86D1.7070105@freebsd.org> <20041128.194040.04241039.imp@bsdimp.com> <41AA904F.708@freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: davidxu@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/loader Makefile loader.rc X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 03:02:20 -0000 In message: <41AA904F.708@freebsd.org> Scott Long writes: : M. Warner Losh wrote: : > In message: <41AA86D1.7070105@freebsd.org> : > Scott Long writes: : > : For those who think that ease-of-use is important, please accept my : > : apologies. : > : > One could easily have a 'safeboot' command, which would disable all : > the things that the safe boot menu item used to do. : > : > Warner : : safeboot isn't the same as 'disable acpi'. It was actually quite useful : to disable ACPI but still leave ATA-DMA and SMP enabled. Agreed. A few wrappers would go a long way is all I'm saying.. Warner