diff options
Diffstat (limited to 'perl-install/standalone/service_harddrake')
| -rwxr-xr-x | perl-install/standalone/service_harddrake | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 2f5a4eb4b..dad428021 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -96,6 +96,10 @@ foreach my $hw_class (@harddrake::data::tree) {      } elsif ($Ident eq "AGP") {          # add agpgart modules to modprobe.preload if needed:          modules::write_conf(); +    } elsif ($Ident eq "VIDEO") { +        require harddrake::autoconf; +        harddrake::autoconf::xconf(); +        undef @configurator_pool;      }      next unless -x first(split /\s+/, $configurator_pool[0]);  | 
