aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d')
-rwxr-xr-xrc.d/rc.sysinit4
1 files changed, 0 insertions, 4 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 8c72cfc2..09ad5982 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -13,10 +13,6 @@ fi
# If we're using devfs, start devfsd now - we need the old device names
[ -e /dev/.devfsd -a -x /sbin/devfsd ] && /sbin/devfsd /dev
-# Mount shm - ignore errors because the only "error" that can occur is
-# a kernel < 2.3.99 which doesn't require /dev/shm
-mount -t shm none /dev/shm &>/dev/null || :
-
# Set the path
PATH=/bin:/sbin:/usr/bin:/usr/sbin
export PATH