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 <james.o.hunt@intel.com>
This commit is contained in:
James O. D. Hunt 2018-03-22 16:03:44 +00:00
parent a20b8d2175
commit a938045d1c

View File

@ -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+=")"