diff options
-rwxr-xr-x | rc.d/rc.sysinit | 6 |
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, |