rootfs-desktop: disable sddm as well as lightdm and gdm3 in desktop_postinstall()

- lightdm, gdm3 already had this
This commit is contained in:
Ricardo Pardini 2023-10-08 19:58:04 +02:00 committed by Igor
parent 568ed3ae39
commit 0cb41b2635

View File

@ -13,6 +13,7 @@ function desktop_postinstall() {
# disable display manager for the first run
disable_systemd_service_sdcard lightdm.service
disable_systemd_service_sdcard gdm3.service
disable_systemd_service_sdcard sddm.service
# @TODO: why?
display_alert "Updating package lists" "for desktop" "info"