Re: beastie in 5.2 boot menu

2004-01-24 Thread Hanspeter Roth
  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
--- boot/beastie.4th.orig   Sun Jan 11 03:48:00 2004
+++ boot/beastie.4thThu Jan 22 22:55:01 2004
@@ -94,6 +94,7 @@
 ;
 
 : print-beastie ( x y -- )
+   exit
s loader_color getenv
dup -1 = if
drop
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: beastie in 5.2 boot menu

2004-01-23 Thread John Mills
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.

 - John Mills
   [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]