Signed-off-by: Gerardo Exequiel Pozzi <[email protected]>
---
 rc.sysinit |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rc.sysinit b/rc.sysinit
index 1521299..a6d2a05 100755
--- a/rc.sysinit
+++ b/rc.sysinit
@@ -18,8 +18,8 @@ export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
 
 # mount /proc, /sys, /run, /dev, /run/lock, /dev/pts, /dev/shm (the api 
filesystems)
 /bin/mountpoint -q /proc    || /bin/mount -n -t proc proc /proc -o 
nosuid,noexec,nodev
-/bin/mountpoint -q /sys     || /bin/mount -n -t sysfs sysfs /sys -o 
nosuid,noexec,nodev
-/bin/mountpoint -q /run     || /bin/mount -n -t tmpfs tmpfs /run -o 
mode=755,size=10M,nosuid,noexec,nodev
+/bin/mountpoint -q /sys     || /bin/mount -n -t sysfs sys /sys -o 
nosuid,noexec,nodev
+/bin/mountpoint -q /run     || /bin/mount -n -t tmpfs run /run -o 
mode=755,size=10M,nosuid,noexec,nodev
 if ! /bin/mountpoint -q /dev; then
        if /bin/grep -q devtmpfs /proc/filesystems &>/dev/null; then
                /bin/mount -n -t devtmpfs udev /dev -o mode=0755,size=10M,nosuid
-- 
1.7.5.1

Reply via email to