Tue Oct 14 17:09:12 2014 UTC ()
Don't define wscons options without wscons devices.


(uebayasi)
diff -r1.5 -r1.6 src/sys/arch/emips/conf/INSTALL

cvs diff -r1.5 -r1.6 src/sys/arch/emips/conf/INSTALL (expand / switch to context diff)
--- src/sys/arch/emips/conf/INSTALL 2014/10/11 07:18:43 1.5
+++ src/sys/arch/emips/conf/INSTALL 2014/10/14 17:09:12 1.6
@@ -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