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 Adjust RAM disk size to hold the larger...



details:   https://anonhg.NetBSD.org/src/rev/34be41974a0c
branches:  trunk
changeset: 848299:34be41974a0c
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Fri Jan 24 06:34:19 2020 +0000

description:
Adjust RAM disk size to hold the larger image.

diffstat:

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

diffs (18 lines):

diff -r d3e946264ce9 -r 34be41974a0c sys/arch/evbarm/conf/RPI_INSTALL
--- a/sys/arch/evbarm/conf/RPI_INSTALL  Fri Jan 24 02:50:41 2020 +0000
+++ b/sys/arch/evbarm/conf/RPI_INSTALL  Fri Jan 24 06:34:19 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RPI_INSTALL,v 1.11 2019/11/22 08:09:26 martin Exp $
+#      $NetBSD: RPI_INSTALL,v 1.12 2020/01/24 06:34:19 mlelstv 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=60000
+options        MEMORY_DISK_ROOT_SIZE=66000
 
 makeoptions    RAMDISKNAME=sshramdisk
 no makeoptions DEBUG



Home | Main Index | Thread Index | Old Index