X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage5%2Fpost-install;h=6437adb45b7c66dbe4e239f434b7a225c3d111fc;hb=c891c3ca47bb7b71dbf57261d2a81911d832bf7b;hp=e3f50c80f74e17c70a9c9ef9530961609a1aba89;hpb=5f9f6fcac1961f4f1022a0f88600278ced439e1f;p=hvlinux.git diff --git a/stage5/post-install b/stage5/post-install index e3f50c8..6437adb 100755 --- a/stage5/post-install +++ b/stage5/post-install @@ -8,7 +8,7 @@ if [ -n "${REGUSER}" ]; then hv_useradd -g users -s /bin/bash -m ${REGUSER} # Add user to these supplementary groups: - usermod -a -G audio,video,cdrom,usb,shutdown ${REGUSER} + usermod -a -G audio,video,cdrom,usb,shutdown,kvm ${REGUSER} fi if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then