diff options
Diffstat (limited to 'libraries/libvirt/README')
-rw-r--r-- | libraries/libvirt/README | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/libraries/libvirt/README b/libraries/libvirt/README index 5707e1254e..ae63f423ca 100644 --- a/libraries/libvirt/README +++ b/libraries/libvirt/README @@ -3,15 +3,11 @@ libvirt - The virtualization API 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 some variables to the script -(VAR=yes|no ./libvirt.SlackBuild): -VIRTGROUP=somegroup (default: users) qemu group used -XEN=yes|no (default: no) Xen support -OPENVZ=yes|no (default: no) OpenVZ support -VMWARE=yes|no (default: no) VMware support -ESX=yes|no (default: no) ESX support -VBOX=yes|no (default: no) VirtualBox support +Most dependencies are autodetected and having the required +libs in place will build the respective features automatically. + +The group can be specified at build time like this: +VIRTGROUP=somegroup ./libvirt.SlackBuild (default: users) If you want to start the libvirt daemon at boot, add this to /etc/rc.d/rc.local @@ -21,5 +17,4 @@ 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. +Have a look at the commented part of rc.libvirt for some gotchas. |