Module Name: src
Committed By: matt
Date: Fri Jun 28 06:00:30 UTC 2013
Modified Files:
src/sys/arch/evbarm/conf: RPI RPI_INSTALL
Log Message:
Make this like all other INSTALL files. Override RAMDISKNAME to sshramdisk
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/evbarm/conf/RPI
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/evbarm/conf/RPI_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/evbarm/conf/RPI
diff -u src/sys/arch/evbarm/conf/RPI:1.34 src/sys/arch/evbarm/conf/RPI:1.35
--- src/sys/arch/evbarm/conf/RPI:1.34 Wed Jun 5 23:08:00 2013
+++ src/sys/arch/evbarm/conf/RPI Fri Jun 28 06:00:30 2013
@@ -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_ONPANIC=1
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 @@ options WSDISPLAY_DEFAULTSCREENS=4
# 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
Index: src/sys/arch/evbarm/conf/RPI_INSTALL
diff -u src/sys/arch/evbarm/conf/RPI_INSTALL:1.1 src/sys/arch/evbarm/conf/RPI_INSTALL:1.2
--- src/sys/arch/evbarm/conf/RPI_INSTALL:1.1 Tue Mar 19 22:16:54 2013
+++ src/sys/arch/evbarm/conf/RPI_INSTALL Fri Jun 28 06:00:30 2013
@@ -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