diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-09-01 06:59:58 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-09-01 06:59:58 +0000 |
commit | b66b137b87ee2be6115f288397fae89979291218 (patch) | |
tree | 401acc4e73436140c22d711a2c0c072f09c30b7d /perl-install/standalone/service_harddrake | |
parent | b745155efc05fb2fb8d631fc279ccff6040cf459 (diff) | |
download | drakx-b66b137b87ee2be6115f288397fae89979291218.tar drakx-b66b137b87ee2be6115f288397fae89979291218.tar.gz drakx-b66b137b87ee2be6115f288397fae89979291218.tar.bz2 drakx-b66b137b87ee2be6115f288397fae89979291218.tar.xz drakx-b66b137b87ee2be6115f288397fae89979291218.zip |
write modules conf files if a tv card is detected
Diffstat (limited to 'perl-install/standalone/service_harddrake')
-rwxr-xr-x | perl-install/standalone/service_harddrake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/standalone/service_harddrake b/perl-install/standalone/service_harddrake index 3e82ca661..8cf58da6e 100755 --- a/perl-install/standalone/service_harddrake +++ b/perl-install/standalone/service_harddrake @@ -129,6 +129,8 @@ foreach my $hw_class (@harddrake::data::tree) { require harddrake::autoconf; harddrake::autoconf::xconf($modules_conf, {}); next; + } elsif ($Ident eq "TV") { + $modules_conf->write; } next if $is_globetrotter && !$hw_class->{automatic}; |