vt: Change default CPU logo to Orb

Differential Revision:	https://reviews.freebsd.org/D3156
Approved by:	markj (mentor)
MFC after:	1 week
This commit is contained in:
Conrad Meyer 2015-07-22 23:23:12 +00:00
parent 6d2b01fc54
commit f39130e75d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=285806

View File

@ -140,7 +140,7 @@ int vt_draw_logo_cpus;
VT_SYSCTL_INT(splash_cpu, 0, "Show logo CPUs during boot");
VT_SYSCTL_INT(splash_ncpu, 0, "Override number of logos displayed "
"(0 = do not override)");
VT_SYSCTL_INT(splash_cpu_style, 1, "Draw logo style "
VT_SYSCTL_INT(splash_cpu_style, 2, "Draw logo style "
"(0=Beastie, 1=Alternate beastie, 2=Orb)");
VT_SYSCTL_INT(splash_cpu_duration, 10, "Hide logos after (seconds)");