summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-08-30 09:11:53 +0200
committerManuel Bentele2021-08-30 09:11:53 +0200
commitbed4cad589f272d0cf44e16bafe9922d0e7db24a (patch)
tree28ac128fea55de2c4b7fa4e65196781933724136
parent[qemu] Print application info of Java run-virt tool on startup (diff)
downloadmltk-bed4cad589f272d0cf44e16bafe9922d0e7db24a.tar.gz
mltk-bed4cad589f272d0cf44e16bafe9922d0e7db24a.tar.xz
mltk-bed4cad589f272d0cf44e16bafe9922d0e7db24a.zip
[libvirt] Install missing dependency 'uuid-runtime' for mdevctl
-rw-r--r--core/modules/libvirt/module.conf.debian2
-rw-r--r--core/modules/libvirt/module.conf.ubuntu2
2 files changed, 4 insertions, 0 deletions
diff --git a/core/modules/libvirt/module.conf.debian b/core/modules/libvirt/module.conf.debian
index bf5d7fbf..bd1671ea 100644
--- a/core/modules/libvirt/module.conf.debian
+++ b/core/modules/libvirt/module.conf.debian
@@ -6,6 +6,7 @@ REQUIRED_INSTALLED_PACKAGES="
ebtables
dnsmasq
mdevctl
+ uuid-runtime
"
REQUIRED_CONTENT_PACKAGES="
@@ -15,4 +16,5 @@ REQUIRED_CONTENT_PACKAGES="
ebtables
dnsmasq
mdevctl
+ uuid-runtime
"
diff --git a/core/modules/libvirt/module.conf.ubuntu b/core/modules/libvirt/module.conf.ubuntu
index bf5d7fbf..bd1671ea 100644
--- a/core/modules/libvirt/module.conf.ubuntu
+++ b/core/modules/libvirt/module.conf.ubuntu
@@ -6,6 +6,7 @@ REQUIRED_INSTALLED_PACKAGES="
ebtables
dnsmasq
mdevctl
+ uuid-runtime
"
REQUIRED_CONTENT_PACKAGES="
@@ -15,4 +16,5 @@ REQUIRED_CONTENT_PACKAGES="
ebtables
dnsmasq
mdevctl
+ uuid-runtime
"