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 For some reason this single kernel seem...



details:   https://anonhg.NetBSD.org/src/rev/ba5a5121b446
branches:  trunk
changeset: 827422:ba5a5121b446
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Oct 28 00:40:46 2017 +0000

description:
For some reason this single kernel seems to have outgrown its declared
size as a result of the kernhist(9) changes.  Bump the size.

XXX The amount of increase may be excessive - anyone with more detailed
XXX knowledge please feel free to further adjust the value appropriately.

diffstat:

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

diffs (18 lines):

diff -r c2ce048c683a -r ba5a5121b446 sys/arch/evbarm/conf/RPI2_INSTALL
--- a/sys/arch/evbarm/conf/RPI2_INSTALL Sat Oct 28 00:37:11 2017 +0000
+++ b/sys/arch/evbarm/conf/RPI2_INSTALL Sat Oct 28 00:40:46 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RPI2_INSTALL,v 1.2 2016/12/29 20:51:26 skrll Exp $
+#      $NetBSD: RPI2_INSTALL,v 1.3 2017/10/28 00:40:46 pgoyette 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=49152
+options        MEMORY_DISK_ROOT_SIZE=56524
 
 makeoptions    RAMDISKNAME=sshramdisk
 no makeoptions DEBUG



Home | Main Index | Thread Index | Old Index