Skip to content

Commit e131b04

Browse files
committed
Merge branch 'stable'
2 parents eac0946 + e529391 commit e131b04

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

channels/lxde/airootfs.i686/root/customize_airootfs_lxde.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ usermod -aG autologin ${username}
108108

109109
# Enable LightDM to auto login
110110
if [[ "${boot_splash}" = true ]]; then
111-
systemctl enable lightdm.service
112-
else
113111
systemctl enable lightdm-plymouth.service
112+
else
113+
systemctl enable lightdm.service
114114
fi
115115

116116

channels/lxde/airootfs.x86_64/root/customize_airootfs_lxde.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ usermod -aG autologin ${username}
115115

116116
# Enable LightDM to auto login
117117
if [[ "${boot_splash}" = true ]]; then
118-
systemctl enable lightdm.service
119-
else
120118
systemctl enable lightdm-plymouth.service
119+
else
120+
systemctl enable lightdm.service
121121
fi
122122

123123

channels/xfce/airootfs.i686/root/customize_airootfs_xfce.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ usermod -aG autologin ${username}
103103

104104
# Enable LightDM to auto login
105105
if [[ "${boot_splash}" = true ]]; then
106-
systemctl enable lightdm.service
107-
else
108106
systemctl enable lightdm-plymouth.service
107+
else
108+
systemctl enable lightdm.service
109109
fi
110110

111111

channels/xfce/airootfs.x86_64/root/customize_airootfs_xfce.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@ usermod -aG autologin ${username}
109109

110110
# Enable LightDM to auto login
111111
if [[ "${boot_splash}" = true ]]; then
112-
systemctl enable lightdm.service
113-
else
114112
systemctl enable lightdm-plymouth.service
113+
else
114+
systemctl enable lightdm.service
115115
fi
116116

117117

0 commit comments

Comments
 (0)