]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
mount usbdevfs
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 13 May 2001 14:47:15 +0000 (14:47 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 13 May 2001 14:47:15 +0000 (14:47 +0000)
svn-id: @882

rc.d/rc.sysinit

index caa1c4a4cbfd737a7c871bb2289c3588ae4ffc79..a3ecf2908fa06405229f8112c377f7035e46ceeb 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
 # /etc/rc.d/rc.sysinit - run once at boot time
-# $Id: rc.sysinit,v 1.69.2.6 2001/05/13 14:46:10 misiek Exp $
+# $Id: rc.sysinit,v 1.69.2.7 2001/05/13 14:47:15 misiek Exp $
 #
 # Taken in part from Miquel van Smoorenburg's bcheckrc.
 # Changes:      Arkadiusz Mi¶kiewicz <misiek@pld.org.pl>
@@ -268,6 +268,7 @@ echo ${HOSTNAME} > /etc/HOSTNAME
 # Enter root and /proc into mtab.
 mount -f /
 mount -f /proc
+[ -f /proc/bus/usb/devices ] && mount -f -t usbdevfs usbdevfs /proc/bus/usb
 
 if [ ! -f /proc/modules ]; then
        USEMODULES=
This page took 0.241048 seconds and 4 git commands to generate.