diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-06 09:15:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-03-07 08:45:25 +0700 |
commit | 02b19bbdef1636bb12f4ed6975b8df9ce433ce38 (patch) | |
tree | 5ced35d767d9722bfd5f139c01d92bac0eeb7d76 /libraries/libvirt/README | |
parent | c6ef6aca859e2e7d3e3eb4f5d6fd7b0f92824980 (diff) | |
download | slackbuilds-02b19bbdef1636bb12f4ed6975b8df9ce433ce38.tar.gz |
libraries/libvirt: Updated for version 8.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 85c13caec7..5904ef1449 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 |