#!/bin/sh if ! getent group | grep -q "^kvm:"; then addgroup kvm fi