From b7fa205f8bf55ba2f5048cdc0c69f3ad73f0db4b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 10 Nov 2010 13:23:38 +0100 Subject: fix my broken commit, remount not required --- package/base-files/src/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/base-files/src/init') 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 -- cgit v1.2.3