From: Arne Fitzenreiter Date: Mon, 5 Jan 2009 18:54:09 +0000 (+0100) Subject: Remove load of ide_generic module at installer X-Git-Tag: v2.5-beta1~227 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f03692030dacd1b225207ed8c11fcd0e562ec3e;p=ipfire-2.x.git Remove load of ide_generic module at installer this is the reason of ICH7 InitRD Problem --- diff --git a/src/install+setup/install/main.c b/src/install+setup/install/main.c index 9f0d0b08b8..84cc51e997 100644 --- a/src/install+setup/install/main.c +++ b/src/install+setup/install/main.c @@ -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");