Sat Oct 28 00:40:46 2017 UTC ()
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.


(pgoyette)
diff -r1.2 -r1.3 src/sys/arch/evbarm/conf/RPI2_INSTALL

cvs diff -r1.2 -r1.3 src/sys/arch/evbarm/conf/RPI2_INSTALL (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/RPI2_INSTALL 2016/12/29 20:51:26 1.2
+++ src/sys/arch/evbarm/conf/RPI2_INSTALL 2017/10/28 00:40:46 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: RPI2_INSTALL,v 1.2 2016/12/29 20:51:26 skrll Exp $ 1# $NetBSD: RPI2_INSTALL,v 1.3 2017/10/28 00:40:46 pgoyette Exp $
2# 2#
3# RPI2_INSTALL -- RPI2 kernel with installation-sized 3# RPI2_INSTALL -- RPI2 kernel with installation-sized
4# ramdisk 4# ramdisk
5# 5#
6 6
7include "arch/evbarm/conf/RPI2" 7include "arch/evbarm/conf/RPI2"
8include "arch/evbarm/conf/INSTALL" 8include "arch/evbarm/conf/INSTALL"
9 9
10no options MEMORY_DISK_ROOT_SIZE 10no options MEMORY_DISK_ROOT_SIZE
11options MEMORY_DISK_ROOT_SIZE=49152 11options MEMORY_DISK_ROOT_SIZE=56524
12 12
13makeoptions RAMDISKNAME=sshramdisk 13makeoptions RAMDISKNAME=sshramdisk
14no makeoptions DEBUG 14no makeoptions DEBUG