set target install autologin default to 'false

- cuttently we apply the setting intended for the live-session, which is 'true'
  I think that's not what we intend for the target install
This commit is contained in:
Bernhard Landauer 2016-12-26 21:29:26 +01:00
parent 9a4d4cef58
commit 2260aa12fb

View file

@ -153,7 +153,7 @@ write_users_conf(){
done
unset IFS
echo "autologinGroup: autologin" >> "$conf"
echo "doAutologin: ${autologin}" >> "$conf"
echo "doAutologin: false" >> "$conf"
echo "sudoersGroup: wheel" >> "$conf"
echo "setRootPassword: false" >> "$conf"
echo "availableShells: /bin/bash, /bin/zsh" >> "$conf"