diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-13 11:07:29 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2018-09-13 15:19:18 +0200 |
commit | 851454ef7de30c75818c19920bd80bda6df2242f (patch) | |
tree | 412ee136218eb5e2026601087bc2c540223d196d /perl-install/any.pm | |
parent | 7d33057cdbd833884f36ad395fb910ad532478b9 (diff) | |
download | drakx-851454ef7de30c75818c19920bd80bda6df2242f.tar drakx-851454ef7de30c75818c19920bd80bda6df2242f.tar.gz drakx-851454ef7de30c75818c19920bd80bda6df2242f.tar.bz2 drakx-851454ef7de30c75818c19920bd80bda6df2242f.tar.xz drakx-851454ef7de30c75818c19920bd80bda6df2242f.zip |
do not run monitor-edid with drakx-in-chroot
rationale: it can timeouting
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); { |