summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu
diff options
context:
space:
mode:
authorSimon Rettberg2023-01-25 16:09:59 +0100
committerSimon Rettberg2023-01-25 16:09:59 +0100
commit57f418de2dffa772829cc438a59b97ba9d3854c3 (patch)
tree9ba323320307e85b56fed8db6d0f9f609dc6520f /core/modules/qemu
parent[slx-issue] Don't run during shutdown (diff)
downloadmltk-57f418de2dffa772829cc438a59b97ba9d3854c3.tar.gz
mltk-57f418de2dffa772829cc438a59b97ba9d3854c3.tar.xz
mltk-57f418de2dffa772829cc438a59b97ba9d3854c3.zip
[qemu] Need pciutils for lspci
Diffstat (limited to 'core/modules/qemu')
-rw-r--r--core/modules/qemu/module.conf.debian1
-rw-r--r--core/modules/qemu/module.conf.ubuntu1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/modules/qemu/module.conf.debian b/core/modules/qemu/module.conf.debian
index 1853bdf8..debbbbdb 100644
--- a/core/modules/qemu/module.conf.debian
+++ b/core/modules/qemu/module.conf.debian
@@ -7,4 +7,5 @@ REQUIRED_INSTALLED_PACKAGES="
REQUIRED_CONTENT_PACKAGES="
jq
+ pciutils
"
diff --git a/core/modules/qemu/module.conf.ubuntu b/core/modules/qemu/module.conf.ubuntu
index 1853bdf8..debbbbdb 100644
--- a/core/modules/qemu/module.conf.ubuntu
+++ b/core/modules/qemu/module.conf.ubuntu
@@ -7,4 +7,5 @@ REQUIRED_INSTALLED_PACKAGES="
REQUIRED_CONTENT_PACKAGES="
jq
+ pciutils
"