diff options
author | 2020-04-23 02:54:50 +0000 | |
---|---|---|
committer | 2020-04-23 02:54:50 +0000 | |
commit | 06bd33e001c0dbcbab5a8260b9448d47a7c7be34 (patch) | |
tree | 2c9a7088167eab26f0a833d76c080aa951730468 | |
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
-rw-r--r-- | etc/etc.armv7/disktab | 8 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/etc.armv7/disktab b/etc/etc.armv7/disktab index c5961ceb62d..a6f58e50b07 100644 --- a/etc/etc.armv7/disktab +++ b/etc/etc.armv7/disktab @@ -1,10 +1,10 @@ -# $OpenBSD: disktab,v 1.7 2020/04/03 23:18:36 jsg Exp $ +# $OpenBSD: disktab,v 1.8 2020/04/23 02:54:50 deraadt Exp $ # Leave nc=16; adjust size using: ns rdroot|ramdiskroot|RAM-disk root FS image:\ - :dt=rdroot:se#512:nc#16:nt#2:ns#496:\ - :ta=4.2BSD:oa#0:pa#15872:fa#512:ba#4096:\ - :ob#0:pb#0:oc#0:pc#15872: + :dt=rdroot:se#512:nc#16:nt#2:ns#560:\ + :ta=4.2BSD:oa#0:pa#17920:fa#512:ba#4096:\ + :ob#0:pb#0:oc#0:pc#17920: miniroot:\ :dt=rdroot:se#512:nc#9:nt#16:ns#256:\ 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 |