Author: glen
Date: Sat Feb  9 19:19:42 2008
New Revision: 9266

Modified:
   geninitrd/trunk/geninitrd
Log:
- do not treat module options as another module. bug #102

Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd   (original)
+++ geninitrd/trunk/geninitrd   Sat Feb  9 19:19:42 2008
@@ -294,7 +294,7 @@
 
        # This works when user has module-init-tools installed even on 2.4 
kernels
        modprobe --set-version $kernel --show-depends $module | \
-       while read insmod modpath; do
+       while read insmod modpath options; do
                echo $modpath
        done
 }
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to