Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf Add config variant for root-on-SD.



details:   https://anonhg.NetBSD.org/src/rev/9a5f970c3f22
branches:  trunk
changeset: 794145:9a5f970c3f22
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Mar 06 23:30:28 2014 +0000

description:
Add config variant for root-on-SD.

diffstat:

 sys/arch/evbppc/conf/TWRP1025 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r eeadda309324 -r 9a5f970c3f22 sys/arch/evbppc/conf/TWRP1025
--- a/sys/arch/evbppc/conf/TWRP1025     Thu Mar 06 23:14:16 2014 +0000
+++ b/sys/arch/evbppc/conf/TWRP1025     Thu Mar 06 23:30:28 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TWRP1025,v 1.13 2014/03/06 19:55:37 matt Exp $
+#      $NetBSD: TWRP1025,v 1.14 2014/03/06 23:30:28 joerg Exp $
 #
 #      TWRP1025 -- everything that's currently supported
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "TWRP1025-$Revision: 1.13 $"
+ident          "TWRP1025-$Revision: 1.14 $"
 
 maxusers       32
 
@@ -135,6 +135,7 @@
 
 # Kernel root file system and dump configuration.
 config         netbsd          root on ? type ?
+config         netbsd-ld0a     root on ld0a type ffs
 config         netbsd-sd0a     root on sd0a type ffs
 config         nfsnetbsd       root on tsec0 type nfs
 



Home | Main Index | Thread Index | Old Index