slackbuilds_ponce/libraries/libvirt
Robby Workman 9a26111ea1 libraries/libvirt: Updated for version 1.1.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
2013-11-12 01:25:01 -06:00
..
doinst.sh libraries/libvirt: Updated for version 1.0.3. 2013-04-15 17:20:29 -05:00
libvirt.info libraries/libvirt: Updated for version 1.1.4. 2013-11-12 01:25:01 -06:00
libvirt.SlackBuild libraries/libvirt: Updated for version 1.1.4. 2013-11-12 01:25:01 -06:00
rc.libvirt libraries/libvirt: Updated for version 1.1.4. 2013-11-12 01:25:01 -06:00
README libraries/libvirt: Updated for version 1.0.3. 2013-04-15 17:20:29 -05:00
slack-desc libraries/libvirt: Updated for version 1.0.3. 2013-04-15 17:20:29 -05:00

libvirt - The virtualization API

libvirt is a toolkit to interact with the virtualization
capabilities of recent versions of Linux (and other OSes).

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

# 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.