diff options
author | 2013-03-26 14:23:19 +0000 | |
---|---|---|
committer | 2013-03-26 14:23:19 +0000 | |
commit | 23d2a5f7c020830bc1850cff34dea9a1e1aa94fb (patch) | |
tree | 98ad0544def37dc82e75851d39c34d99700a51ec | |
parent | Only accept partial keys if the timer has not expired, fixes infinite (diff) | |
download | wireguard-openbsd-23d2a5f7c020830bc1850cff34dea9a1e1aa94fb.tar.xz wireguard-openbsd-23d2a5f7c020830bc1850cff34dea9a1e1aa94fb.zip |
- increase MINIROOTSIZE so a ramdisk can fit.
-rw-r--r-- | sys/arch/octeon/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/octeon/conf/RAMDISK b/sys/arch/octeon/conf/RAMDISK index 81472b4ca43..7b756f24eff 100644 --- a/sys/arch/octeon/conf/RAMDISK +++ b/sys/arch/octeon/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.10 2011/06/24 02:18:17 yasuoka Exp $ +# $OpenBSD: RAMDISK,v 1.11 2013/03/26 14:23:19 jasper Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -31,7 +31,7 @@ option INET # IP + ICMP + TCP + UDP option INET6 # IPv6 (needs INET) option DDB # kernel debugger -option MINIROOTSIZE=8192 +option MINIROOTSIZE=10240 option RAMDISK_HOOKS config bsd root on rd0a swap on rd0b |