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 image size



details:   https://anonhg.NetBSD.org/src/rev/40816e50cc1d
branches:  trunk
changeset: 820105:40816e50cc1d
user:      skrll <skrll%NetBSD.org@localhost>
date:      Thu Dec 29 20:51:26 2016 +0000

description:
Bump image size

diffstat:

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

diffs (36 lines):

diff -r 0c4562e421f4 -r 40816e50cc1d sys/arch/evbarm/conf/RPI2_INSTALL
--- a/sys/arch/evbarm/conf/RPI2_INSTALL Thu Dec 29 20:48:50 2016 +0000
+++ b/sys/arch/evbarm/conf/RPI2_INSTALL Thu Dec 29 20:51:26 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RPI2_INSTALL,v 1.1 2015/03/06 22:29:06 skrll Exp $
+#      $NetBSD: RPI2_INSTALL,v 1.2 2016/12/29 20:51:26 skrll Exp $
 #
 #      RPI2_INSTALL -- RPI2 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=29696
+options        MEMORY_DISK_ROOT_SIZE=49152
 
 makeoptions    RAMDISKNAME=sshramdisk
 no makeoptions DEBUG
diff -r 0c4562e421f4 -r 40816e50cc1d sys/arch/evbarm/conf/RPI_INSTALL
--- a/sys/arch/evbarm/conf/RPI_INSTALL  Thu Dec 29 20:48:50 2016 +0000
+++ b/sys/arch/evbarm/conf/RPI_INSTALL  Thu Dec 29 20:51:26 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RPI_INSTALL,v 1.8 2015/02/23 23:21:47 joerg Exp $
+#      $NetBSD: RPI_INSTALL,v 1.9 2016/12/29 20:51:26 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=29696
+options        MEMORY_DISK_ROOT_SIZE=49152
 
 makeoptions    RAMDISKNAME=sshramdisk
 no makeoptions DEBUG



Home | Main Index | Thread Index | Old Index