-----Original Message-----
From: Devin Teske [mailto:dte...@vicor.com] 
Sent: Sunday, July 17, 2011 4:45 PM
To: 'Andrey Fesenko'; 'freebsd-hackers@freebsd.org'
Cc: Julian Elischer; Teske, Devin (devin.te...@fisglobal.com)
Subject: RE: [RELEASE] New Boot-Loader Menu bugs?

> -----Original Message-----
> From: Andrey Fesenko [mailto:f0and...@gmail.com]
> Sent: Sunday, July 17, 2011 12:33 AM
> To: freebsd-hackers@freebsd.org; dte...@vicor.com
> Subject: [RELEASE] New Boot-Loader Menu bugs?
> 
> Last Changed Rev: 224125

Are you sure that's the right rev? That rev (by dougb) appears to be related to 
default empty zones in `/etc/namedb/named.conf', and completely unrelated to my 
rev 222417 (which you appear to be referencing below).


> Not update share/examples/bootforth/* any files old version loader.
> 
> file sys/boot/forth/loader.conf
> ##############################################################
> ###  Loader settings  ########################################
> ##############################################################
> 
> not actual logo list
> #loader_logo="fbsdbw"         # Desired logo: fbsdbw, beastiebw,
> beastie, none
> need
> #loader_logo="orbbw"          # Desired logo: orb, orbbw, fbsdbw, beastiebw,
> beastie, none
> 
> maybe over loader option.

It took me awhile, but I think I see what you're saying.

That the following patch needs to be applied to head/sys/boot/forth/loader.conf 
to be consistent with the changes that were made against 
head/sys/boot/forth/loader.conf.5 (in rev 222417):

============================================================
--- loader.conf.orig    Sun Jul 17 16:37:35 2011
+++ loader.conf Sun Jul 17 16:38:09 2011
@@ -47,7 +47,8 @@
                                # escape to the loader prompt, set to
                                # "NO" to disable autobooting
 #beastie_disable="NO"          # Turn the beastie boot menu on and off
-#loader_logo="fbsdbw"          # Desired logo: fbsdbw, beastiebw, beastie, none
+#loader_logo="orbbw"           # Desired logo: orb, orbbw, fbsdbw, beastiebw,
+                               # beastie, none
 #comconsole_speed="9600"       # Set the current serial console speed
 #console="vidconsole"          # A comma separated list of console(s)
 #currdev="disk1s1a"            # Set the current device
============================================================

Does anybody object to the above patch?
-- 
Devin

_____________

The information contained in this message is proprietary and/or confidential. 
If you are not the intended recipient, please: (i) delete the message and all 
copies; (ii) do not disclose, distribute or use the message in any manner; and 
(iii) notify the sender immediately. In addition, please be aware that any 
message addressed to our domain is subject to archiving and review by persons 
other than the intended recipient. Thank you.
_____________
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to