Merge pull request #253 from oberon2007/manjaro-master

set target install autologin default to 'false'
This commit is contained in:
Philip Müller 2016-12-29 11:11:38 +01:00 committed by GitHub
commit bc1df1fa1e

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"