summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/service_harddrake
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-17 09:26:57 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-17 09:26:57 +0000
commit95da3481af56693d1342a3af963b2e67b38288c0 (patch)
tree0271ee8084093997a30fa49d23013c729027df8c /perl-install/standalone/service_harddrake
parent3a035c0e1ab53ef2e5558e9ffd0460d9ae09fe08 (diff)
downloaddrakx-95da3481af56693d1342a3af963b2e67b38288c0.tar
drakx-95da3481af56693d1342a3af963b2e67b38288c0.tar.gz
drakx-95da3481af56693d1342a3af963b2e67b38288c0.tar.bz2
drakx-95da3481af56693d1342a3af963b2e67b38288c0.tar.xz
drakx-95da3481af56693d1342a3af963b2e67b38288c0.zip
add agpgart modules to modprobe.preload if needed
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-xperl-install/standalone/service_harddrake3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake
index 27200f0cb..7607b6e57 100755
--- a/perl-install/standalone/service_harddrake
+++ b/perl-install/standalone/service_harddrake
@@ -76,6 +76,9 @@ foreach (@harddrake::data::tree) {
require network::ethernet;
network::ethernet::configure_eth_aliases();
modules::write_conf();
+ } elsif ($Ident eq "AGP") {
+ # add agpgart modules to modprobe.preload if needed:
+ modules::write_conf();
}
next unless -x first(split /\s+/, $configurator_pool[0]);