]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
- this should be done in an other way, arekm says
authorshadzik <shadzik@pld-linux.org>
Wed, 20 Oct 2010 16:50:28 +0000 (16:50 +0000)
committershadzik <shadzik@pld-linux.org>
Wed, 20 Oct 2010 16:50:28 +0000 (16:50 +0000)
svn-id: @11855

geninitrd

index 79c370939815e8600b372b9fde3b6460627528b2..5356f9efd92e9949139f0d66532aa17f83bbb5ef 100755 (executable)
--- a/geninitrd
+++ b/geninitrd
@@ -1107,10 +1107,6 @@ fi
 
 cache_modprobe_conf
 
-if [ -z "$PREMODS" ]; then
-       autodetect_xata
-fi
-
 for n in $PREMODS; do
        find_module "$n"
 done
@@ -1125,6 +1121,9 @@ if is_yes "$ADDSCSI"; then
        find_modules_scsi
 fi
 
+# autodetect XATA modules
+# autodetect_xata
+
 # XXX: where ADDIDE cames from? drop?
 if is_yes "$ADDIDE"; then
        find_modules_ide
This page took 0.529106 seconds and 4 git commands to generate.