diff options
author | Bogdan Radulescu <bogdan@nimblex.net> | 2013-03-31 00:38:43 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-04-15 17:20:29 -0500 |
commit | c8fb4db3a3e9afd97155c969b8fd700c645a3070 (patch) | |
tree | e2faec6686503635f6d039f26396c43ed15943f9 /libraries/libvirt/README | |
parent | 3a494d5cc53dbe1ba73046e1c3735a96c9ba9ba2 (diff) | |
download | slackbuilds-c8fb4db3a3e9afd97155c969b8fd700c645a3070.tar.gz |
libraries/libvirt: Updated for version 1.0.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
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. |