summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-04-06 13:48:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-04-06 13:48:25 +0000
commit439760fb82a8d329f5ef40c45347b35d0451ba6a (patch)
treef026c9fca73525fc47d62090a8c1ae896a335df9 /perl-install
parent52638f7284427197493328e43a6a3ef65026794b (diff)
downloaddrakx-backup-do-not-use-439760fb82a8d329f5ef40c45347b35d0451ba6a.tar
drakx-backup-do-not-use-439760fb82a8d329f5ef40c45347b35d0451ba6a.tar.gz
drakx-backup-do-not-use-439760fb82a8d329f5ef40c45347b35d0451ba6a.tar.bz2
drakx-backup-do-not-use-439760fb82a8d329f5ef40c45347b35d0451ba6a.tar.xz
drakx-backup-do-not-use-439760fb82a8d329f5ef40c45347b35d0451ba6a.zip
monitor-edid needs /dev/zero when fallbacking on lrmi
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/any.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index a904994d1..d820d6028 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -982,6 +982,7 @@ You can use userdrake to add a user to this group.")
sub monitor_full_edid() {
return if $::noauto;
+ devices::make('zero');
my ($vbe, $edid);
run_program::raw({ timeout => 20 }, 'monitor-edid', '>', \$edid, '2>', \$vbe, '-v', '--perl');
if ($::isInstall) {