diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-09-19 11:20:20 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-09-19 11:20:20 +0000 |
commit | edb713d81c8e736d9ce14e8bd6ffd228a47b7e71 (patch) | |
tree | 8ac1c1ad00c88fb4c3517c0c29e76d4de22a539b | |
parent | b6289be553a25a3b9ce5c9d7a6b6703e0b94b10a (diff) | |
download | drakx-backup-do-not-use-edb713d81c8e736d9ce14e8bd6ffd228a47b7e71.tar drakx-backup-do-not-use-edb713d81c8e736d9ce14e8bd6ffd228a47b7e71.tar.gz drakx-backup-do-not-use-edb713d81c8e736d9ce14e8bd6ffd228a47b7e71.tar.bz2 drakx-backup-do-not-use-edb713d81c8e736d9ce14e8bd6ffd228a47b7e71.tar.xz drakx-backup-do-not-use-edb713d81c8e736d9ce14e8bd6ffd228a47b7e71.zip |
don't use standalone while installing
-rw-r--r-- | perl-install/harddrake/v4l.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/harddrake/v4l.pm b/perl-install/harddrake/v4l.pm index aa80e2fd8..5e00b668d 100644 --- a/perl-install/harddrake/v4l.pm +++ b/perl-install/harddrake/v4l.pm @@ -2,7 +2,6 @@ package harddrake::v4l; use strict; -use standalone; use interactive; use detect_devices; use lang; @@ -226,7 +225,7 @@ If your card is misdetected, you can force the right tuner and card types here. join(' ', map { if_($conf{$_} ne -1, "$_=$conf{$_}") } qw(card pll tuner gbuffers)); if ($options) { log::l("[harddrake::bttv] $options"); - standalone::explanations("modified file /etc/modules.conf ($options)") if $::isStandalone; +# standalone::explanations("modified file /etc/modules.conf ($options)") if $::isStandalone; modules::set_options("bttv", $options); } } |