diff options
author | Bill Nottingham <notting@redhat.com> | 2001-02-06 17:00:32 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-02-06 17:00:32 +0000 |
commit | 3016587b99f3ac6265db012ced9b3f09f66b4b35 (patch) | |
tree | 182c802f67f7d6bfa32cd92e6c82d29237e562d6 /rc.d | |
parent | 44357039033cc9f3564e99ec853fe5154aec584f (diff) | |
download | initscripts-3016587b99f3ac6265db012ced9b3f09f66b4b35.tar initscripts-3016587b99f3ac6265db012ced9b3f09f66b4b35.tar.gz initscripts-3016587b99f3ac6265db012ced9b3f09f66b4b35.tar.bz2 initscripts-3016587b99f3ac6265db012ced9b3f09f66b4b35.tar.xz initscripts-3016587b99f3ac6265db012ced9b3f09f66b4b35.zip |
fix comment
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 |