summaryrefslogtreecommitdiff
path: root/package/base-files/src/init
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-11-10 13:51:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-11-10 13:51:40 +0100
commita15599b22985f9b688ec6407881fa74b32e7f522 (patch)
tree324d2b8e34116dbfed28ed06a9f390596c854339 /package/base-files/src/init
parent5f454209b33b45c1787a7ffc872d9a3290c54948 (diff)
parenta1f6fae37977577792379e6b8441538783f5b3ca (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/base-files/src/init')
-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 553cb5b3d..096209cdc 100755
--- a/package/base-files/src/init
+++ b/package/base-files/src/init
@@ -6,7 +6,7 @@ mount -o nosuid,nodev,noexec -t sysfs sysfs /sys
[ ! -f /etc/notmpfs ] && {
size=$(cat /etc/tmpfs 2>/dev/null)
[ -z $size ] && size=2048
- mount none /tmp -t tmpfs -o remount,nosuid,nodev,mode=1777,size=${size}k
+ mount tmpfs /tmp -t tmpfs -o nosuid,nodev,mode=1777,size=${size}k
}
mount -o remount,nosuid,size=128k,mode=0755 -t tmpfs mdev /dev
mkdir /dev/pts /dev/shm