Revert "Remove load of ide_generic module at installer"

Without this cdrom doesnt work.

This reverts commit 5f03692030.
This commit is contained in:
Arne Fitzenreiter
2009-02-26 23:17:52 +01:00
parent d21be44c0c
commit ce9fac5bfd

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