summaryrefslogtreecommitdiffstats
path: root/core/modules/libvirt/module.conf.ubuntu.18
blob: fbe60f37a418762e66a4e304cc61d98e8c7fa1d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
	libvirt-bin
	virt-manager
	virt-viewer
"

REQUIRED_CONTENT_PACKAGES="
	libvirt-bin
	virt-manager
	virt-viewer
"