From b66b137b87ee2be6115f288397fae89979291218 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 1 Sep 2004 06:59:58 +0000 Subject: write modules conf files if a tv card is detected --- perl-install/standalone/service_harddrake | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/standalone/service_harddrake') 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}; -- cgit v1.2.1