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 Make this like all other INSTALL files....



details:   https://anonhg.NetBSD.org/src/rev/f946ad5f5aa3
branches:  trunk
changeset: 787677:f946ad5f5aa3
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 28 06:00:30 2013 +0000

description:
Make this like all other INSTALL files.  Override RAMDISKNAME to sshramdisk

diffstat:

 sys/arch/evbarm/conf/RPI         |   6 +++---
 sys/arch/evbarm/conf/RPI_INSTALL |  10 +++-------
 2 files changed, 6 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r 66bf547a51c7 -r f946ad5f5aa3 sys/arch/evbarm/conf/RPI
--- a/sys/arch/evbarm/conf/RPI  Fri Jun 28 05:59:59 2013 +0000
+++ b/sys/arch/evbarm/conf/RPI  Fri Jun 28 06:00:30 2013 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: RPI,v 1.34 2013/06/05 23:08:00 christos Exp $
+#      $NetBSD: RPI,v 1.35 2013/06/28 06:00:30 matt Exp $
 #
 #      RPi -- Raspberry Pi
 #
@@ -140,7 +140,7 @@
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 #options       KGDB,KGDB_PLCOMUNIT=0,KGDB_DEVRATE=115200,KGDB_CONMODE=0xB00
 makeoptions    DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=800000
+options        SYMTAB_SPACE=810000
 options        PLCONSOLE
 #options       PLCONSOLE,PLCOMCNUNIT=0,PLCONSPEED=115200,PLCONMODE=0xB00
 
@@ -247,7 +247,7 @@
 # disk/mass storage pseudo-devices
 #pseudo-device fss                     # file system snapshot device
 
-pseudo-device  md                      # memory disk device (ramdisk)
+#pseudo-device md                      # memory disk device (ramdisk)
 pseudo-device  vnd                     # disk-like interface to files
 pseudo-device  putter                  # for puffs and pud
 
diff -r 66bf547a51c7 -r f946ad5f5aa3 sys/arch/evbarm/conf/RPI_INSTALL
--- a/sys/arch/evbarm/conf/RPI_INSTALL  Fri Jun 28 05:59:59 2013 +0000
+++ b/sys/arch/evbarm/conf/RPI_INSTALL  Fri Jun 28 06:00:30 2013 +0000
@@ -1,14 +1,10 @@
-#      $NetBSD: RPI_INSTALL,v 1.1 2013/03/19 22:16:54 garbled Exp $
+#      $NetBSD: RPI_INSTALL,v 1.2 2013/06/28 06:00:30 matt Exp $
 #
 #      RPI_INSTALL -- RPI kernel with installation-sized
 #      ramdisk
 #
 
 include "arch/evbarm/conf/RPI"
+include "arch/evbarm/conf/INSTALL"
 
-options        MEMORY_DISK_HOOKS
-options        MEMORY_DISK_IS_ROOT     # Force root on ramdisk
-options        MEMORY_DISK_ROOT_SIZE=7300
-options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
-
-options BOOTHOWTO=RB_SINGLE
+makeoptions    RAMDISKNAME=sshramdisk



Home | Main Index | Thread Index | Old Index