summaryrefslogtreecommitdiff
path: root/package/base-files/extra/init
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-04 21:37:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-04 21:37:31 +0100
commit9230fde0381a7dcc7e3d86e954382a01a8fcfd63 (patch)
tree9d91f16d2871df6b1bb1c398b7cbe5478b546918 /package/base-files/extra/init
parent9bacd09cc5280924908fc4bba494856bbe37c47f (diff)
parentb047da059a1042a27ba68b1bdc50dd187bd362f4 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/base-files/extra/init')
-rwxr-xr-xpackage/base-files/extra/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/extra/init b/package/base-files/extra/init
index db8c3a676..e11446366 100755
--- a/package/base-files/extra/init
+++ b/package/base-files/extra/init
@@ -8,7 +8,7 @@ mount -o nosuid,nodev,noexec -t sysfs sysfs /sys
mount none /tmp -t tmpfs -o size=${size}k
mount none /tmp -t tmpfs -o remount,nosuid,nodev,mode=1777
}
-mount -o nosuid,size=64k,mode=0755 -t tmpfs mdev /dev
+mount -o nosuid,size=128k,mode=0755 -t tmpfs mdev /dev
mkdir /dev/pts /dev/shm
mount -o nosuid,noexec -t devpts devpts /dev/pts
exec 0<>/dev/console >&0 2>&0