aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/rc.sysinit
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-xrc.d/rc.sysinit6
1 files changed, 5 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 6b7c57e8..054750e3 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -466,7 +466,11 @@ fi
rm -f /etc/mtab~ /etc/mtab~~
# Enter mounted filesystems into /etc/mtab
-mount -a -f
+mount -f /
+mount -f /proc
+mount -f /sys
+mount -f /dev/pts
+mount -f /proc/bus/usb
# Mount all other filesystems (except for NFS and /proc, which is already
# mounted). Contrary to standard usage,