
On Wed, Jul 11, 2018 at 12:59:13PM +0200, Andrea Bolognani wrote:
Users will probably want to only work with a subset of guests but, like any other customization, that should be handled with local tweaks.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- guests/inventory | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/guests/inventory b/guests/inventory index 6ea43d9..9838d7c 100644 --- a/guests/inventory +++ b/guests/inventory @@ -1,8 +1,12 @@ libvirt-centos-7 libvirt-debian-8 libvirt-debian-9 +libvirt-debian-sid libvirt-fedora-27 libvirt-fedora-28 libvirt-fedora-rawhide libvirt-freebsd-10 libvirt-freebsd-11 +libvirt-freebsd-current
what does ^this map to?
+libvirt-ubuntu-16 +libvirt-ubuntu-18
shouldn't ubuntu 14 be mentioned here too? Erik