summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
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) {