diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 13:02:42 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:14 -0400 |
commit | 6ffaabdb37289640f105e2d1c8dedd205bc7cfe1 (patch) | |
tree | 89f62afeb6f7cfdfda8b12607c230d037bbf6a23 /system/virt-manager | |
parent | c2a4e8754b1145bcb8827e86d5a9eba7a4629be9 (diff) |
system/virt-manager: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/virt-manager')
-rw-r--r-- | system/virt-manager/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/system/virt-manager/README b/system/virt-manager/README index 0bb36352ebd3..36d4d791a08f 100644 --- a/system/virt-manager/README +++ b/system/virt-manager/README @@ -1,8 +1,9 @@ virt-manager is a gtk interface that connects to libvirt. -If you have networking problems, make sure you have the tun module loaded. +If you have networking problems, make sure you have the tun module +loaded. To run virt-manager as a normal user, you need to configure libvirt -to have the correct permissions. Uncomment the unix_sock_group and +to have the correct permissions. Uncomment the unix_sock_group and unix_sock_rw_perms in /etc/libvirt/libvirtd.conf and add the user to the group libvirt uses. |