From ce0a1b887671ac54480bb133b4fb5ae23c333de7 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 7 Sep 2004 07:07:52 +0000 Subject: when installing on kernel 2.4, do generate a valid modprobe.conf anyway --- perl-install/modules/modules_conf.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'perl-install/modules/modules_conf.pm') diff --git a/perl-install/modules/modules_conf.pm b/perl-install/modules/modules_conf.pm index ed310c2d4..afcf08b35 100644 --- a/perl-install/modules/modules_conf.pm +++ b/perl-install/modules/modules_conf.pm @@ -60,6 +60,11 @@ sub write { }; modules::any_conf::write($conf, $file); + + if ($::isInstall) { + require modules::modprobe_conf; + modules::modprobe_conf::create_from_old(); + } } 1; -- cgit v1.2.1