From owner-freebsd-stable@FreeBSD.ORG Mon Nov 29 08:49:43 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 29C0C16A4CE for ; Mon, 29 Nov 2004 08:49:43 +0000 (GMT) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1170343D41 for ; Mon, 29 Nov 2004 08:49:42 +0000 (GMT) (envelope-from hampi@rootshell.be) Received: from gicco.homeip.net (217-162-157-43.dclient.hispeed.ch [217.162.157.43])iAT8neA4031559 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Mon, 29 Nov 2004 09:49:40 +0100 Received: from gicco.here (localhost [127.0.0.1]) by gicco.homeip.net (8.12.11/8.12.11) with ESMTP id iAT8nY5D000915 for ; Mon, 29 Nov 2004 09:49:35 +0100 (CET) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by gicco.here (8.12.11/8.12.11/Submit) id iAT8nYxv000914 for stable@freebsd.org; Mon, 29 Nov 2004 09:49:34 +0100 (CET) (envelope-from hampi@rootshell.be) X-Authentication-Warning: gicco.here: idefix set sender to hampi@rootshell.be using -f Date: Mon, 29 Nov 2004 09:49:34 +0100 From: Hanspeter Roth To: stable@freebsd.org Message-ID: <20041129084934.GA800@gicco.homeip.net> Mail-Followup-To: stable@freebsd.org References: <41AA785C.5020304@math.missouri.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41AA785C.5020304@math.missouri.edu> User-Agent: Mutt/1.4.2.1i Subject: Re: Beastie X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: stable@freebsd.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2004 08:49:43 -0000 On Nov 28 at 19:16, Stephen Montgomery-Smith spoke: > Would it be possible to add a variable "show_beastie" to be put in > /boot/loader.conf, which would default to "YES", but users could add in > show_beastie="NO" if they didn't want it, but only want the menu. If you would like the menu appear but not the Beastie picture you might consider this patch: http://www.freebsd.org/cgi/query-pr.cgi?pr=70231 But please be aware that this patch is not compatible with the majority of FreeBSD developers. You will rebuild the whole base system, won't you? If not, cd /boot && patch -p4. -Hanspeter