From a938045d1c4d13f0e4aa8beea78b8db593579d15 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 22 Mar 2018 16:03:44 +0000 Subject: [PATCH] scripts: Make collect script hypervisor architecture agnostic Don't hard-code the architecture when looking for hypervisor packages. Fixes #101. Signed-off-by: James O. D. Hunt --- data/kata-collect-data.sh.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/data/kata-collect-data.sh.in b/data/kata-collect-data.sh.in index dc2d05e96a..2c02461f4c 100644 --- a/data/kata-collect-data.sh.in +++ b/data/kata-collect-data.sh.in @@ -279,11 +279,8 @@ show_package_versions() # assets pattern+="|linux-container" - # optimised hypervisor - pattern+="|qemu-lite" - - # default distro hypervisor - pattern+="|qemu-system-x86" + # hypervisor name prefix + pattern+="|qemu-" pattern+=")"