Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Also build a kernel with root on wd0 to...



details:   https://anonhg.NetBSD.org/src/rev/9635f908322e
branches:  trunk
changeset: 784514:9635f908322e
user:      he <he%NetBSD.org@localhost>
date:      Wed Jan 30 13:52:17 2013 +0000

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

diffstat:

 sys/arch/evbarm/conf/KUROBOX_PRO |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 21c28aee7d22 -r 9635f908322e sys/arch/evbarm/conf/KUROBOX_PRO
--- a/sys/arch/evbarm/conf/KUROBOX_PRO  Wed Jan 30 13:47:36 2013 +0000
+++ b/sys/arch/evbarm/conf/KUROBOX_PRO  Wed Jan 30 13:52:17 2013 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index