summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-04-24 08:16:42 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-04-24 08:25:57 +0200
commit5fc79213f972618e34984dac7674c82f15244a7b (patch)
tree7bb7095565000d3d2d748f1aa46ea03d4d207b49
parent99f790a94370896f1f269b82d13e22530500f7cf (diff)
downloaddrakx-5fc79213f972618e34984dac7674c82f15244a7b.tar
drakx-5fc79213f972618e34984dac7674c82f15244a7b.tar.gz
drakx-5fc79213f972618e34984dac7674c82f15244a7b.tar.bz2
drakx-5fc79213f972618e34984dac7674c82f15244a7b.tar.xz
drakx-5fc79213f972618e34984dac7674c82f15244a7b.zip
fix detecting running under Qemu
-rw-r--r--perl-install/detect_devices.pm2
-rw-r--r--perl-install/install/NEWS1
2 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index 9fd9e2ded..9034bff6c 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -1486,7 +1486,7 @@ Are we running under Qemu hypervisor?
=cut
sub is_qemu() {
- virt_technology() eq 'microsoft';
+ virt_technology() eq 'qemu';
}
=item is_virtualbox()
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS
index dab2308b3..148d89e6c 100644
--- a/perl-install/install/NEWS
+++ b/perl-install/install/NEWS
@@ -1,4 +1,5 @@
- adapt to new brltty
+- fix detecting running under Qemu
Version 17.27 - 23 April 2016