rootfs-desktop: disable sddm as well as lightdm and gdm3 in desktop_postinstall()
- lightdm, gdm3 already had this
This commit is contained in:
parent
568ed3ae39
commit
0cb41b2635
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user