summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_interactive.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-09-19 18:53:26 +0000
committerThierry Vignaud <tv@mandriva.org>2007-09-19 18:53:26 +0000
commit0fc1427555bf8a97c9c2d1a9efb533c43da5a4cc (patch)
tree84c1195a108b78120ea53e4a05675b6f70f7e3a4 /perl-install/install/steps_interactive.pm
parent47fcd0affd9c2d4f627eb512b5e794ee554316ae (diff)
downloaddrakx-backup-do-not-use-0fc1427555bf8a97c9c2d1a9efb533c43da5a4cc.tar
drakx-backup-do-not-use-0fc1427555bf8a97c9c2d1a9efb533c43da5a4cc.tar.gz
drakx-backup-do-not-use-0fc1427555bf8a97c9c2d1a9efb533c43da5a4cc.tar.bz2
drakx-backup-do-not-use-0fc1427555bf8a97c9c2d1a9efb533c43da5a4cc.tar.xz
drakx-backup-do-not-use-0fc1427555bf8a97c9c2d1a9efb533c43da5a4cc.zip
(summary) stop configuring TV cards in summary since kernel do a better job now
Diffstat (limited to 'perl-install/install/steps_interactive.pm')
-rw-r--r--perl-install/install/steps_interactive.pm12
1 files changed, 0 insertions, 12 deletions
diff --git a/perl-install/install/steps_interactive.pm b/perl-install/install/steps_interactive.pm
index c9954b430..667f4129f 100644
--- a/perl-install/install/steps_interactive.pm
+++ b/perl-install/install/steps_interactive.pm
@@ -901,18 +901,6 @@ sub summary {
};
}
- foreach my $tv (detect_devices::getTVcards()) {
- push @l, {
- group => N("Hardware"),
- label => N("TV card"),
- val => sub { $tv->{description} },
- clicked => sub {
- require harddrake::v4l;
- harddrake::v4l::config($o, $o->{modules_conf}, $tv->{driver});
- }
- };
- }
-
push @l, {
group => N("Hardware"),
label => N("Graphical interface"),