Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jan 2004 23:13:45 +0100
From:      Hanspeter Roth <hampi@rootshell.be>
To:        freebsd-questions@freebsd.org
Subject:   Re: beastie in 5.2 boot menu
Message-ID:  <20040124221345.GA605@gicco.homeip.net>
In-Reply-To: <Pine.LNX.4.44.0401231900050.4954-100000@otter.localdomain>
References:  <20040123231824.GA928@gicco.homeip.net> <Pine.LNX.4.44.0401231900050.4954-100000@otter.localdomain>

next in thread | previous in thread | raw e-mail | index | archive | help

--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--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040124221345.GA605>