summaryrefslogtreecommitdiff
path: root/package/base-files
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-03 12:21:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-03 12:21:47 +0100
commitce1523ceddd5865531e7b2c83b4853a570f54484 (patch)
tree251ecffaa1ccfcbcb68e5c36fbbbdd5a171297ec /package/base-files
parent0161374b62fd4d0b339b1d84a7b6d5bc9ff70a58 (diff)
just remount existing devtmpfs
Diffstat (limited to 'package/base-files')
-rwxr-xr-xpackage/base-files/src/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/src/init b/package/base-files/src/init
index 7da1e150f..0031b63c3 100755
--- a/package/base-files/src/init
+++ b/package/base-files/src/init
@@ -9,7 +9,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=128k,mode=0755 -t tmpfs mdev /dev
+mount -o remount,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