diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-04 18:49:29 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-05 20:10:53 -0500 |
commit | c7fd316e7dee3d65ecd1435d4bc440ccd8f82040 (patch) | |
tree | 7005745e4287dde2ab2cfb18626fb2adf4ae701b /libraries/libvirt/README | |
parent | 5673fd51af72062da4b80c7c20ee291e5a361682 (diff) | |
download | slackbuilds-c7fd316e7dee3d65ecd1435d4bc440ccd8f82040.tar.gz |
libraries/libvirt: Updated for version 0.10.1.
Also modified rc.libvirt; some refactoring and cleanups.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libvirt/README')
-rw-r--r-- | libraries/libvirt/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libraries/libvirt/README b/libraries/libvirt/README index fe57c5e7bd..5707e1254e 100644 --- a/libraries/libvirt/README +++ b/libraries/libvirt/README @@ -4,7 +4,7 @@ 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 +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 @@ -20,3 +20,6 @@ to /etc/rc.d/rc.local 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. |