Module Name: src Committed By: pgoyette Date: Sat Oct 28 00:40:46 UTC 2017
Modified Files: src/sys/arch/evbarm/conf: RPI2_INSTALL Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/RPI2_INSTALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/evbarm/conf/RPI2_INSTALL diff -u src/sys/arch/evbarm/conf/RPI2_INSTALL:1.2 src/sys/arch/evbarm/conf/RPI2_INSTALL:1.3 --- src/sys/arch/evbarm/conf/RPI2_INSTALL:1.2 Thu Dec 29 20:51:26 2016 +++ src/sys/arch/evbarm/conf/RPI2_INSTALL Sat Oct 28 00:40:46 2017 @@ -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/RPI2" 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