From 5f03692030dacd1b225207ed8c11fcd0e562ec3e Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 5 Jan 2009 19:54:09 +0100 Subject: [PATCH] Remove load of ide_generic module at installer this is the reason of ICH7 InitRD Problem --- src/install+setup/install/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install+setup/install/main.c b/src/install+setup/install/main.c index 9f0d0b08b..84cc51e99 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"); -- 2.39.2