diff options
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 09ee73ba..fdf8b570 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -274,7 +274,7 @@ state=`awk '/(^\/dev\/root| \/ )/ { print $4 }' /proc/mounts` # Remove stale backups rm -f /etc/mtab~ /etc/mtab~~ -# Enter root and /proc and /proc/bus/usb into mtab. +# Enter root, /proc and (potentially) /proc/bus/usb and devfs into mtab. mount -f / mount -f /proc [ -f /proc/bus/usb/devices ] && mount -f -t usbdevfs usbdevfs /proc/bus/usb |