[Lunar-commits] r17282 - moonbase/trunk/filesys/e2fsprogs/init.d
Auke Kok
sofar at lunar-linux.org
Sat Nov 12 22:52:39 UTC 2005
Author: sofar
Date: 2005-11-12 22:52:36 +0000 (Sat, 12 Nov 2005)
New Revision: 17282
Modified:
moonbase/trunk/filesys/e2fsprogs/init.d/mount
Log:
Removing obnoxious usbcore modprobe.
Modified: moonbase/trunk/filesys/e2fsprogs/init.d/mount
===================================================================
--- moonbase/trunk/filesys/e2fsprogs/init.d/mount 2005-11-12 22:46:14 UTC (rev 17281)
+++ moonbase/trunk/filesys/e2fsprogs/init.d/mount 2005-11-12 22:52:36 UTC (rev 17282)
@@ -268,12 +268,6 @@
;;
esac
- case ${DEVICE} in
- usbdevfs|usbfs)
- run_with_msg " * Trying to modprobe usbcore for ${DEVICE} : " "modprobe usbcore"
- ;;
- esac
-
test -n "${OPTS}" && OPTS="-o ${OPTS}"
run_with_msg " * Mounting $MOUNTPOINT : " "mount ${OPTS} ${MOUNTPOINT}"
More information about the Lunar-commits
mailing list