small fixes and config changes
[automated-distro-installer] / fai / config / distro-install-common / end
index 7d83b20e3c7c58ae3760fa45c6615b40623b577a..9c194fa19cc3cf90ee9889bd69809e6fee18e888 100755 (executable)
@@ -38,6 +38,3 @@ while true; do
     [[ $dir != /q ]] || break
 done
 
-# kvm is normally created by some package,
-# but unison doesn't like unknown groups, so make it now so initial sync works.
-$ROOTCMD groupadd -r kvm || [[ $? == 9 ]]