Otherwise udev will ignore any rules that involve this group.
This might require some manual intervention for users who are running
this add-on on a system that has the kvm group created as a non-system
group.
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = qemu
-PAK_VER = 51
+PAK_VER = 52
DEPS = alsa libusbredir spice libslirp
#
. /opt/pakfire/lib/functions.sh
#create the group kvm when they not exist
-getent group kvm >/dev/null || groupadd kvm
+getent group kvm >/dev/null || groupadd -r kvm
extract_files
restore_backup ${NAME}
echo shm /dev/shm tmpfs defaults,size=256M 0 0 >> /etc/fstab