I don't know why this all has to be copied like this, but the recent
changes from the install script should be applied here, too.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
#
# creates a new user and group called libvirt-remote if they not exist
-getent group libvirt-remote >/dev/null || groupadd libvirt-remote
+getent group libvirt-remote >/dev/null || groupadd -r libvirt-remote
getent passwd libvirt-remote >/dev/null || \
-useradd -m -g libvirt-remote -s /bin/bash "libvirt-remote"
+ useradd -r -m -g libvirt-remote -s /bin/bash "libvirt-remote"
extract_files