Module Name:    src
Committed By:   uebayasi
Date:           Sat Oct 11 07:18:43 UTC 2014

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

Log Message:
Don't define WSDISPLAY_* without wsdisplay.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/sys/arch/emips/conf/INSTALL:1.5
--- src/sys/arch/emips/conf/INSTALL:1.4	Sat Apr 27 18:19:31 2013
+++ src/sys/arch/emips/conf/INSTALL	Sat Oct 11 07:18:43 2014
@@ -1,4 +1,4 @@
-# 	$NetBSD: INSTALL,v 1.4 2013/04/27 18:19:31 christos Exp $
+# 	$NetBSD: INSTALL,v 1.5 2014/10/11 07:18:43 uebayasi Exp $
 #
 # Distribution	install kernel (any model)
 #    netbsd:	cut-down kernel for miniroots.
@@ -47,7 +47,7 @@ options 	FONT_BOLD8x16		# Font for fb de
 options 	FONT_GALLANT12x22
 
 options		WSEMUL_VT100
-options 	WSDISPLAY_DEFAULTSCREENS=1
+#options 	WSDISPLAY_DEFAULTSCREENS=1
 #options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
 options		WS_KERNEL_FG=WSCOL_GREEN
 options		WS_KERNEL_BG=WSCOL_BLACK

Reply via email to