SVN: geninitrd/trunk/geninitrd
    glen 
    glen at pld-linux.org
       
    Sat Feb  9 19:19:43 CET 2008
    
    
  
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
 }
    
    
More information about the pld-cvs-commit
mailing list