diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-07-04 21:08:12 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-07-04 21:08:12 +0000 |
commit | d7b1ed9f3dfb85865e1043a53b19bf8d28f06ef6 (patch) | |
tree | 0c81db7b0784ca5e52629d3a71286dab8b0aadd7 /sys/arch | |
parent | de94a21fa53c18bec3cf447fb780ee9335ab54c0 (diff) |
Bump the size of the ramdisk.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/powerpc64/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/powerpc64/conf/RAMDISK b/sys/arch/powerpc64/conf/RAMDISK index ea02aa59016..b184bf1d415 100644 --- a/sys/arch/powerpc64/conf/RAMDISK +++ b/sys/arch/powerpc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.1 2020/07/03 16:28:08 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.2 2020/07/04 21:08:11 kettenis Exp $ machine powerpc64 maxusers 4 @@ -8,7 +8,7 @@ option NO_PROPOLICE option BOOT_CONFIG option RAMDISK_HOOKS -option MINIROOTSIZE=8192 +option MINIROOTSIZE=16384 option PCIVERBOSE option USBVERBOSE |