loader: set color option (blue) by default
authorJohn Marino <draco@marino.st>
Sun, 29 Mar 2015 00:15:07 +0000 (01:15 +0100)
committerJohn Marino <draco@marino.st>
Sun, 29 Mar 2015 01:18:28 +0000 (03:18 +0200)
commit72b78560f664235e0eb1be2fb5d750bd0baff568
treed27b1ec77ccaebdadb87c24d3bb49a3ad202349d
parentbaa8ac599c07fae05af4faedf0e56ef599781353
loader: set color option (blue) by default

On the loader screen, the blue version of Fred will now be shown by
default unless the serial console is selected ("comconsole" value for
"console" option in boot/loader.conf).

As part of the work:
  * "loader_color" option removed
  * "loader_plain" is a new option, to force Fred in monochrome
  * "fred_is_blue" option (4.1 only) removed
  * "fred_is_red"  is a new option as the red scheme is now alternate

Users that had "loader_color" set on before will see Fred change color to
blue, thus they will need to set "fred_is_red=true" in /boot/loader.conf
to restore the loader as it was before.  Users that don't like color will
have to explicitly set "loader_plain=true" to get rid of it.

This is a cosmetic change which hopefully makes DragonFly a tiny bit more
attractive to first time users.
UPDATING
share/man/man5/loader.conf.5
sys/boot/dloader/cmds.c
sys/boot/dloader/loader.conf