diff options
author | 2020-04-23 02:54:50 +0000 | |
---|---|---|
committer | 2020-04-23 02:54:50 +0000 | |
commit | 06bd33e001c0dbcbab5a8260b9448d47a7c7be34 (patch) | |
tree | 2c9a7088167eab26f0a833d76c080aa951730468 /sys | |
parent | adjust section argument of .Dt macro after move from section 1 to 8; (diff) | |
download | wireguard-openbsd-06bd33e001c0dbcbab5a8260b9448d47a7c7be34.tar.xz wireguard-openbsd-06bd33e001c0dbcbab5a8260b9448d47a7c7be34.zip |
Recent changes in usr/mdec require (substantial) growth of the ramdisk.
ok jsg kettenis, testing by kmos also
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 1494f32d59a..dc5fdf399c4 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.115 2020/04/10 22:02:45 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.116 2020/04/23 02:54:51 deraadt Exp $ machine armv7 arm @@ -11,7 +11,7 @@ option SMALL_KERNEL option NO_PROPOLICE option BOOT_CONFIG -option MINIROOTSIZE=15872 +option MINIROOTSIZE=17920 option RAMDISK_HOOKS option FFS |