]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Remove load of ide_generic module at installer
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 5 Jan 2009 18:54:09 +0000 (19:54 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 5 Jan 2009 18:54:09 +0000 (19:54 +0100)
this is the reason of ICH7 InitRD Problem

src/install+setup/install/main.c

index 9f0d0b08b87eff8c6a0e6d0f5eeb057a1be45260..84cc51e997d5d31431a81e3320d7398f4c63c5cd 100644 (file)
@@ -104,7 +104,7 @@ int main(int argc, char *argv[])
                }               
        }
 
-       mysystem("/sbin/modprobe ide-generic");
+       // mysystem("/sbin/modprobe ide-generic");
        // mysystem("/sbin/modprobe generic");
        mysystem("/sbin/modprobe ide-cd");
        mysystem("/sbin/modprobe ide-disk");