mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/libvirt to 1.3.1-2
This commit is contained in:
parent
866f41c39d
commit
9c11f19070
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
pkgname=libvirt
|
||||
pkgver=1.3.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://libvirt.org/"
|
||||
|
|
|
@ -4,7 +4,7 @@ _libvirt_setup() {
|
|||
|
||||
post_install() {
|
||||
_libvirt_setup || return 1
|
||||
groupadd -f libvirt
|
||||
groupadd -r -f libvirt
|
||||
echo ">>> libvirt runs qemu from nobody:kvm by default"
|
||||
echo ">>> change the USER if desired in /etc/libvirt/qemu.conf"
|
||||
echo ">>> See https://wiki.archlinux.org/index.php/Libvirt for more info"
|
||||
|
|
Loading…
Reference in a new issue