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 Bump ramdisk size (since we added loads...



details:   https://anonhg.NetBSD.org/src/rev/2dbf0d01444f
branches:  trunk
changeset: 331572:2dbf0d01444f
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Aug 14 16:32:11 2014 +0000

description:
Bump ramdisk size (since we added loads of firmware to it)

diffstat:

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

diffs (18 lines):

diff -r d7aa9e3bb50d -r 2dbf0d01444f sys/arch/evbarm/conf/RPI_INSTALL
--- a/sys/arch/evbarm/conf/RPI_INSTALL  Thu Aug 14 16:28:49 2014 +0000
+++ b/sys/arch/evbarm/conf/RPI_INSTALL  Thu Aug 14 16:32:11 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RPI_INSTALL,v 1.3 2014/05/01 18:43:45 martin Exp $
+#      $NetBSD: RPI_INSTALL,v 1.4 2014/08/14 16:32:11 martin Exp $
 #
 #      RPI_INSTALL -- RPI kernel with installation-sized
 #      ramdisk
@@ -7,5 +7,8 @@
 include "arch/evbarm/conf/RPI"
 include "arch/evbarm/conf/INSTALL"
 
+no options     MEMORY_DISK_ROOT_SIZE
+options        MEMORY_DISK_ROOT_SIZE=17250
+
 makeoptions    RAMDISKNAME=sshramdisk
 no makeoptions DEBUG



Home | Main Index | Thread Index | Old Index