GitHubのミラーです
https://github.com/FascodeNet/alterlinux
修订版 | e131b049f42325518e24dc018ea40ba232ff3a0e (tree) |
---|---|
时间 | 2020-05-26 13:20:59 |
作者 | ![]() |
Commiter | hayao |
Merge branch 'stable'
@@ -108,9 +108,9 @@ usermod -aG autologin ${username} | ||
108 | 108 | |
109 | 109 | # Enable LightDM to auto login |
110 | 110 | if [[ "${boot_splash}" = true ]]; then |
111 | - systemctl enable lightdm.service | |
112 | -else | |
113 | 111 | systemctl enable lightdm-plymouth.service |
112 | +else | |
113 | + systemctl enable lightdm.service | |
114 | 114 | fi |
115 | 115 | |
116 | 116 |
@@ -115,9 +115,9 @@ usermod -aG autologin ${username} | ||
115 | 115 | |
116 | 116 | # Enable LightDM to auto login |
117 | 117 | if [[ "${boot_splash}" = true ]]; then |
118 | - systemctl enable lightdm.service | |
119 | -else | |
120 | 118 | systemctl enable lightdm-plymouth.service |
119 | +else | |
120 | + systemctl enable lightdm.service | |
121 | 121 | fi |
122 | 122 | |
123 | 123 |
@@ -103,9 +103,9 @@ usermod -aG autologin ${username} | ||
103 | 103 | |
104 | 104 | # Enable LightDM to auto login |
105 | 105 | if [[ "${boot_splash}" = true ]]; then |
106 | - systemctl enable lightdm.service | |
107 | -else | |
108 | 106 | systemctl enable lightdm-plymouth.service |
107 | +else | |
108 | + systemctl enable lightdm.service | |
109 | 109 | fi |
110 | 110 | |
111 | 111 |
@@ -109,9 +109,9 @@ usermod -aG autologin ${username} | ||
109 | 109 | |
110 | 110 | # Enable LightDM to auto login |
111 | 111 | if [[ "${boot_splash}" = true ]]; then |
112 | - systemctl enable lightdm.service | |
113 | -else | |
114 | 112 | systemctl enable lightdm-plymouth.service |
113 | +else | |
114 | + systemctl enable lightdm.service | |
115 | 115 | fi |
116 | 116 | |
117 | 117 |