mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virtManager: disambiguize LXC
LXC can be many things and in particular when seeing just "LXC" in the virt-manager UI one might think of either - Libvirt-LXC => https://libvirt.org/drvlxc.html - Linuxcontainers LXC => https://linuxcontainers.org Clarify that this is specifically Libvirt-LXC Reviewed-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
This commit is contained in:
parent
adbcb06dd4
commit
2a63003133
@ -116,7 +116,7 @@ class vmmCreateConn(vmmGObjectUI):
|
||||
_add_hv_row(HV_QEMU, "qemu", "QEMU/KVM")
|
||||
_add_hv_row(HV_QEMU_SESSION, "qemu", "QEMU/KVM " + _("user session"))
|
||||
_add_hv_row(HV_XEN, "xen", "Xen")
|
||||
_add_hv_row(HV_LXC, "lxc", "LXC (" + _("Linux Containers") + ")")
|
||||
_add_hv_row(HV_LXC, "lxc", "Libvirt-LXC")
|
||||
_add_hv_row(HV_BHYVE, "bhyve", "Bhyve")
|
||||
_add_hv_row(HV_VZ, "vz", "Virtuozzo")
|
||||
_add_hv_row(-1, None, "")
|
||||
|
Loading…
Reference in New Issue
Block a user