We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564ba86 commit fe37516Copy full SHA for fe37516
channels/share/airootfs.any/usr/share/calamares/final-process
@@ -54,6 +54,9 @@ remove /etc/systemd/system/alteriso-reflector.service
54
if [[ -f "/etc/lightdm/lightdm.conf" ]]; then
55
sed -i "s/^autologin/#autologin/g" "/etc/lightdm/lightdm.conf"
56
fi
57
+if [[ -f "/etc/lightdm/lightdm.conf.d/02-autologin.conf" ]]; then
58
+ sed -i "s|%USERNAME%|${username}|g" "/etc/lightdm/lightdm.conf.d/02-autologin.conf"
59
+fi
60
61
# Disabled auto login for GDM
62
if [[ -f "/etc/gdm/custom.conf" ]]; then
0 commit comments