Module Name:    src
Committed By:   uebayasi
Date:           Tue Oct 14 17:09:12 UTC 2014

Modified Files:
        src/sys/arch/emips/conf: INSTALL

Log Message:
Don't define wscons options without wscons devices.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/emips/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/emips/conf/INSTALL
diff -u src/sys/arch/emips/conf/INSTALL:1.5 src/sys/arch/emips/conf/INSTALL:1.6
--- src/sys/arch/emips/conf/INSTALL:1.5	Sat Oct 11 07:18:43 2014
+++ src/sys/arch/emips/conf/INSTALL	Tue Oct 14 17:09:12 2014
@@ -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 	FFS_NO_SNAPSHOT		# No FFS snaps
 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

Reply via email to