slackbuilds_ponce/libraries/libvirt
Matteo Bernardini 9a78ee7288 libraries/libvirt: Updated for version 0.10.2.
Fixed a small oversight

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2012-09-26 00:00:45 -05:00
..
doinst.sh libraries/libvirt: Updated for version 0.10.1. 2012-09-05 20:10:53 -05:00
libvirt.info libraries/libvirt: Updated for version 0.10.2. 2012-09-26 00:00:45 -05:00
libvirt.SlackBuild libraries/libvirt: Updated for version 0.10.2. 2012-09-26 00:00:45 -05:00
rc.libvirt libraries/libvirt: Updated for version 0.10.1. 2012-09-05 20:10:53 -05:00
README libraries/libvirt: Updated for version 0.10.1. 2012-09-05 20:10:53 -05:00
slack-desc

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

If you want to start the libvirt daemon at boot, add this
to /etc/rc.d/rc.local

# Start libvirt:
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.