diff options
Diffstat (limited to 'libraries/libvirt/README')
-rw-r--r-- | libraries/libvirt/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/libvirt/README b/libraries/libvirt/README index 85c13caec778d..5904ef1449454 100644 --- a/libraries/libvirt/README +++ b/libraries/libvirt/README @@ -6,10 +6,11 @@ capabilities of recent versions of Linux (and other OSes). Most optional 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) -You'll want to keep this in sync with what qemu uses (it also -defaults to the "users" group). +The user and group can be specified at build time like this: +VIRTUSER=someuser VIRTGROUP=someuser ./libvirt.SlackBuild +(default is VIRTUSER=root VIRTGROUP=users) +You'll want to keep this in sync with what qemu uses +(it also defaults to these) If you want to start the libvirt daemon at boot, add this to /etc/rc.d/rc.local |