#!/bin/sh

groupadd -r -g 34 kvm 2>/dev/null
groupadd -r -g 36 qemu 2>/dev/null

exit 0