. lib/lsb/init-functions UN=kvm if ! (getent group $UN > /dev/null); then log_info_msg "${INFO}Creating $UN group${NORMAL}\n" groupadd -g 61 $UN fi log_warning_msg "${WARNING} Your account needs to be part of the 'kvm' group to be able to use qemu: usermod -a -G $UN ${NORMAL}"