mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
bc9e450e41
This commit also adds some configure options parameters (disabled debug too), some details in the README, and an rc.libvirt init script... Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
22 lines
705 B
Text
22 lines
705 B
Text
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 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
|