Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/emips/conf Don't define wscons options without wsco...



details:   https://anonhg.NetBSD.org/src/rev/47a997ca0c66
branches:  trunk
changeset: 333017:47a997ca0c66
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Tue Oct 14 17:09:12 2014 +0000

description:
Don't define wscons options without wscons devices.

diffstat:

 sys/arch/emips/conf/INSTALL |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r 91d1280e4c43 -r 47a997ca0c66 sys/arch/emips/conf/INSTALL
--- a/sys/arch/emips/conf/INSTALL       Tue Oct 14 16:35:20 2014 +0000
+++ b/sys/arch/emips/conf/INSTALL       Tue Oct 14 17:09:12 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.5 2014/10/11 07:18:43 uebayasi Exp $
+#      $NetBSD: INSTALL,v 1.6 2014/10/14 17:09:12 uebayasi Exp $
 #
 # Distribution install kernel (any model)
 #    netbsd:   cut-down kernel for miniroots.
@@ -43,14 +43,14 @@
 options        INET                    # Internet protocols
 
 # Workstation console options
-options        FONT_BOLD8x16           # Font for fb devices
-options        FONT_GALLANT12x22
+#options       FONT_BOLD8x16           # Font for fb devices
+#options       FONT_GALLANT12x22
 
-options                WSEMUL_VT100
+#options               WSEMUL_VT100
 #options       WSDISPLAY_DEFAULTSCREENS=1
 #options       WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
-options                WS_KERNEL_FG=WSCOL_GREEN
-options                WS_KERNEL_BG=WSCOL_BLACK
+#options               WS_KERNEL_FG=WSCOL_GREEN
+#options               WS_KERNEL_BG=WSCOL_BLACK
 
 # Disable kernel security levels.  Needed for X with a PX or PXG.
 #options       INSECURE



Home | Main Index | Thread Index | Old Index