From 3016587b99f3ac6265db012ced9b3f09f66b4b35 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 6 Feb 2001 17:00:32 +0000 Subject: fix comment --- rc.d/rc.sysinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rc.d/rc.sysinit') 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 -- cgit v1.2.1