diff options
-rwxr-xr-x | perl-install/standalone/service_harddrake | 3 |
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]); |