From 5fc79213f972618e34984dac7674c82f15244a7b Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 24 Apr 2016 08:16:42 +0200 Subject: fix detecting running under Qemu --- perl-install/detect_devices.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/detect_devices.pm') 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() -- cgit v1.2.1