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.
This commit is contained in:
parent
cb32a134a5
commit
74e9bb8b7d
|
@ -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
|
# RPI2_INSTALL -- RPI2 kernel with installation-sized
|
||||||
# ramdisk
|
# ramdisk
|
||||||
|
@ -8,7 +8,7 @@ include "arch/evbarm/conf/RPI2"
|
||||||
include "arch/evbarm/conf/INSTALL"
|
include "arch/evbarm/conf/INSTALL"
|
||||||
|
|
||||||
no options MEMORY_DISK_ROOT_SIZE
|
no options MEMORY_DISK_ROOT_SIZE
|
||||||
options MEMORY_DISK_ROOT_SIZE=49152
|
options MEMORY_DISK_ROOT_SIZE=56524
|
||||||
|
|
||||||
makeoptions RAMDISKNAME=sshramdisk
|
makeoptions RAMDISKNAME=sshramdisk
|
||||||
no makeoptions DEBUG
|
no makeoptions DEBUG
|
||||||
|
|
Loading…
Reference in New Issue