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 to embed 13M sshramdisk.



details:   https://anonhg.NetBSD.org/src/rev/b89c8450702b
branches:  trunk
changeset: 333385:b89c8450702b
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri Oct 31 16:28:56 2014 +0000

description:
Bump ramdisk size to embed 13M sshramdisk.

diffstat:

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

diffs (18 lines):

diff -r b51404a106ab -r b89c8450702b sys/arch/evbarm/conf/RPI_INSTALL
--- a/sys/arch/evbarm/conf/RPI_INSTALL  Fri Oct 31 15:20:08 2014 +0000
+++ b/sys/arch/evbarm/conf/RPI_INSTALL  Fri Oct 31 16:28:56 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RPI_INSTALL,v 1.5 2014/08/14 18:38:29 joerg Exp $
+#      $NetBSD: RPI_INSTALL,v 1.6 2014/10/31 16:28:56 uebayasi 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=17800
+options        MEMORY_DISK_ROOT_SIZE=26624
 
 makeoptions    RAMDISKNAME=sshramdisk
 no makeoptions DEBUG



Home | Main Index | Thread Index | Old Index