From owner-freebsd-questions@FreeBSD.ORG Sat Jan 24 14:13:59 2004 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 A307516A4CE for ; Sat, 24 Jan 2004 14:13:59 -0800 (PST) Received: from smtp.hispeed.ch (mxout.hispeed.ch [62.2.95.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AF7E43D39 for ; Sat, 24 Jan 2004 14:13:57 -0800 (PST) (envelope-from hampi@rootshell.be) Received: from gicco.homeip.net (217-162-157-155.dclient.hispeed.ch [217.162.157.155])i0OMDpdO032612 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sat, 24 Jan 2004 23:13:52 +0100 Received: from localhost.here (idefix@gicco.homeip.net [127.0.0.1]) by gicco.homeip.net (8.12.8p2/8.12.8) with ESMTP id i0OMDoWV001097; Sat, 24 Jan 2004 23:13:51 +0100 (CET) (envelope-from hampi@rootshell.be) Received: (from idefix@localhost) by localhost.here (8.12.8p2/8.12.8/Submit) id i0OMDjln001096; Sat, 24 Jan 2004 23:13:46 +0100 (CET) X-Authentication-Warning: localhost.here: idefix set sender to hampi@rootshell.be using -f Date: Sat, 24 Jan 2004 23:13:45 +0100 From: Hanspeter Roth To: freebsd-questions@freebsd.org Message-ID: <20040124221345.GA605@gicco.homeip.net> Mail-Followup-To: freebsd-questions@freebsd.org, John Mills References: <20040123231824.GA928@gicco.homeip.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="IJpNTDwzlM2Ie8A6" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i Subject: Re: beastie in 5.2 boot menu X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Jan 2004 22:13:59 -0000 --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Jan 23 at 19:06, John Mills spoke: > Hanspeter - > > On Sat, 24 Jan 2004, Hanspeter Roth wrote: > > > how can I turn off (delete) the beastie in the boot menu in 5.2? > > The ASCII image is part of a text file. I think it is found in /boot and > named similar to "beastie2nd.[something]". Go with your favorite ASCII > editor and make it what you want. Run 'find /boot -name beast\* -print' > and you should find it. Yes, it is /boot/beastie.4th. Thanks. -Hanspeter --IJpNTDwzlM2Ie8A6 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="beastie.4th.diff" --- boot/beastie.4th.orig Sun Jan 11 03:48:00 2004 +++ boot/beastie.4th Thu Jan 22 22:55:01 2004 @@ -94,6 +94,7 @@ ; : print-beastie ( x y -- ) + exit s" loader_color" getenv dup -1 = if drop --IJpNTDwzlM2Ie8A6--