aboutsummaryrefslogtreecommitdiff
path: root/libraries/libvirt/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libvirt/README')
-rw-r--r--libraries/libvirt/README5
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/libvirt/README b/libraries/libvirt/README
index fe57c5e7bdc0d..5707e1254e937 100644
--- a/libraries/libvirt/README
+++ b/libraries/libvirt/README
@@ -4,7 +4,7 @@ libvirt is a toolkit to interact with the virtualization
capabilities of recent versions of Linux (and other OSes).
You can enable other optional (not-autodetected) features
-by passing variables to the script
+by passing some variables to the script
(VAR=yes|no ./libvirt.SlackBuild):
VIRTGROUP=somegroup (default: users) qemu group used
XEN=yes|no (default: no) Xen support
@@ -20,3 +20,6 @@ to /etc/rc.d/rc.local
if [ -x /etc/rc.d/rc.libvirt ]; then
/etc/rc.d/rc.libvirt start
fi
+
+Have a look at the commented part of rc.libvirt for some
+gotchas.