From 95da3481af56693d1342a3af963b2e67b38288c0 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 17 Mar 2004 09:26:57 +0000 Subject: add agpgart modules to modprobe.preload if needed --- perl-install/standalone/service_harddrake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/standalone/service_harddrake') 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]); -- cgit v1.2.1