Skip to content

Commit 78e9917

Browse files
committed
[fix] : Fixed systemd service error where gdm-plymouth does not exist.
1 parent cf9d92d commit 78e9917

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/gdm/airootfs.any/root/customize_airootfs_gdm.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
#
99

1010
# Enable gdm to auto login
11-
if [[ "${boot_splash}" = true ]]; then
12-
_safe_systemctl enable gdm-plymouth.service
13-
else
11+
#if [[ "${boot_splash}" = true ]]; then
12+
# _safe_systemctl enable gdm-plymouth.service
13+
#else
1414
_safe_systemctl enable gdm.service
15-
fi
15+
#fi
1616

1717

1818
# Replace auto login user

0 commit comments

Comments
 (0)