SVN: geninitrd/trunk/geninitrd

shadzik shadzik at pld-linux.org
Wed Oct 20 18:50:28 CEST 2010


Author: shadzik
Date: Wed Oct 20 18:50:28 2010
New Revision: 11855

Modified:
   geninitrd/trunk/geninitrd
Log:
- this should be done in an other way, arekm says


Modified: geninitrd/trunk/geninitrd
==============================================================================
--- geninitrd/trunk/geninitrd	(original)
+++ geninitrd/trunk/geninitrd	Wed Oct 20 18:50:28 2010
@@ -1107,10 +1107,6 @@
 
 cache_modprobe_conf
 
-if [ -z "$PREMODS" ]; then
-	autodetect_xata
-fi
-
 for n in $PREMODS; do
 	find_module "$n"
 done
@@ -1125,6 +1121,9 @@
 	find_modules_scsi
 fi
 
+# autodetect XATA modules
+# autodetect_xata
+
 # XXX: where ADDIDE cames from? drop?
 if is_yes "$ADDIDE"; then
 	find_modules_ide


More information about the pld-cvs-commit mailing list