diff options
Diffstat (limited to 'sys/arch/armv7/conf/RAMDISK-SUNXI')
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK-SUNXI | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/RAMDISK-SUNXI b/sys/arch/armv7/conf/RAMDISK-SUNXI index 32d06fcf267..a9d8c0d5a4a 100644 --- a/sys/arch/armv7/conf/RAMDISK-SUNXI +++ b/sys/arch/armv7/conf/RAMDISK-SUNXI @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-SUNXI,v 1.2 2013/10/31 17:17:03 jasper Exp $ +# $OpenBSD: RAMDISK-SUNXI,v 1.3 2013/11/01 20:26:51 jasper Exp $ # # GENERIC machine description file # @@ -154,5 +154,5 @@ pseudo-device rd 1 # ram disk pseudo-device hotplug 1 # devices hot plugging # RAMDISK stuff -options MINIROOTSIZE=5120 +options MINIROOTSIZE=10240 options RAMDISK_HOOKS |