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 memory disk size to fix build.



details:   https://anonhg.NetBSD.org/src/rev/7885bf2566cd
branches:  trunk
changeset: 336196:7885bf2566cd
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Feb 16 22:50:02 2015 +0000

description:
Bump memory disk size to fix build.

diffstat:

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

diffs (18 lines):

diff -r 46395533d2ac -r 7885bf2566cd sys/arch/evbarm/conf/RPI_INSTALL
--- a/sys/arch/evbarm/conf/RPI_INSTALL  Mon Feb 16 21:48:48 2015 +0000
+++ b/sys/arch/evbarm/conf/RPI_INSTALL  Mon Feb 16 22:50:02 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RPI_INSTALL,v 1.6 2014/10/31 16:28:56 uebayasi Exp $
+#      $NetBSD: RPI_INSTALL,v 1.7 2015/02/16 22:50:02 skrll Exp $
 #
 #      RPI_INSTALL -- RPI kernel with installation-sized
 #      ramdisk
@@ -8,7 +8,7 @@
 include "arch/evbarm/conf/INSTALL"
 
 no options     MEMORY_DISK_ROOT_SIZE
-options        MEMORY_DISK_ROOT_SIZE=26624
+options        MEMORY_DISK_ROOT_SIZE=28672
 
 makeoptions    RAMDISKNAME=sshramdisk
 no makeoptions DEBUG



Home | Main Index | Thread Index | Old Index