summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2013-11-01 20:26:52 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2013-11-01 20:26:52 +0000
commit9df646b5d6976688dbf96462cad42b43f6e2fbac (patch)
tree6eeacf3b051b857d279fc04d47dcfc46d4d6aa43
parentc39a1899c5f2ce2cb6f5c5e79fdfae95fc3f716f (diff)
crank MINIROOTSIZE needed so the ramdisks will fit again
ok patrick@
-rw-r--r--sys/arch/armv7/conf/RAMDISK-IMX4
-rw-r--r--sys/arch/armv7/conf/RAMDISK-OMAP4
-rw-r--r--sys/arch/armv7/conf/RAMDISK-SUNXI4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/armv7/conf/RAMDISK-IMX b/sys/arch/armv7/conf/RAMDISK-IMX
index 742f0d5cfab..cc6c528aefc 100644
--- a/sys/arch/armv7/conf/RAMDISK-IMX
+++ b/sys/arch/armv7/conf/RAMDISK-IMX
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK-IMX,v 1.4 2013/10/28 14:10:41 patrick Exp $
+# $OpenBSD: RAMDISK-IMX,v 1.5 2013/11/01 20:26:51 jasper Exp $
#
# GENERIC machine description file
#
@@ -161,5 +161,5 @@ pseudo-device bpfilter 1 # packet filter
pseudo-device rd 1 # ram disk
# RAMDISK stuff
-options MINIROOTSIZE=5120
+options MINIROOTSIZE=10240
options RAMDISK_HOOKS
diff --git a/sys/arch/armv7/conf/RAMDISK-OMAP b/sys/arch/armv7/conf/RAMDISK-OMAP
index 40c51fe8c96..0e20ce08885 100644
--- a/sys/arch/armv7/conf/RAMDISK-OMAP
+++ b/sys/arch/armv7/conf/RAMDISK-OMAP
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK-OMAP,v 1.2 2013/09/05 11:48:42 patrick Exp $
+# $OpenBSD: RAMDISK-OMAP,v 1.3 2013/11/01 20:26:51 jasper Exp $
#
# GENERIC machine description file
#
@@ -184,5 +184,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
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