Remove load of ide_generic module at installer

this is the reason of ICH7 InitRD Problem
This commit is contained in:
Arne Fitzenreiter
2009-01-05 19:54:09 +01:00
parent 7c653e4b85
commit 5f03692030

View 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");