From 851454ef7de30c75818c19920bd80bda6df2242f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 13 Sep 2018 11:07:29 +0200 Subject: do not run monitor-edid with drakx-in-chroot rationale: it can timeouting --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 1512f48c1..36d201be6 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1494,7 +1494,7 @@ You can use userdrake to add a user to this group.") } sub monitor_full_edid() { - return if $::noauto; + return if $::noauto || $::local_install; my ($vbe, $edid); { -- cgit v1.2.1