Module Name:    src
Committed By:   he
Date:           Wed Jan 30 13:52:17 UTC 2013

Modified Files:
        src/sys/arch/evbarm/conf: KUROBOX_PRO

Log Message:
Also build a kernel with root on wd0 to avoid query for location of
root file system on boot.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/evbarm/conf/KUROBOX_PRO

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/evbarm/conf/KUROBOX_PRO
diff -u src/sys/arch/evbarm/conf/KUROBOX_PRO:1.4 src/sys/arch/evbarm/conf/KUROBOX_PRO:1.5
--- src/sys/arch/evbarm/conf/KUROBOX_PRO:1.4	Sun Sep  9 04:27:12 2012
+++ src/sys/arch/evbarm/conf/KUROBOX_PRO	Wed Jan 30 13:52:17 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: KUROBOX_PRO,v 1.4 2012/09/09 04:27:12 msaitoh Exp $
+#	$NetBSD: KUROBOX_PRO,v 1.5 2013/01/30 13:52:17 he Exp $
 #
 #  KUROBOX_PRO -- KUROUTOSHIKOU. KURO-BOX/PRO platform kernel
 #
@@ -13,6 +13,9 @@ makeoptions	CPUFLAGS="-mcpu=xscale"	# Xs
 no options	CPU_SHEEVA
 no options	KIRKWOOD
 
+# Also build a kernel with root on wd0, to avoid query for root fs
+config		netbsd-wd0	root on wd0 type ffs
+
 # Development and Debugging options
 
 #options 	PERFCTRS	# performance counters

Reply via email to