From owner-cvs-src@FreeBSD.ORG Mon Nov 29 02:41:20 2004 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 74AF416A4D1; Mon, 29 Nov 2004 02:41:20 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEEB943D1D; Mon, 29 Nov 2004 02:41: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 iAT2dhEu023059; Sun, 28 Nov 2004 19:39:43 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 28 Nov 2004 19:40:40 -0700 (MST) Message-Id: <20041128.194040.04241039.imp@bsdimp.com> To: scottl@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <41AA86D1.7070105@freebsd.org> References: <200411290132.iAT1WAse056942@repoman.freebsd.org> <41AA850E.9010208@freebsd.org> <41AA86D1.7070105@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-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 02:41:20 -0000 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