Commit 8c583107 authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

regular.mk: fix enabling gdm.service for gnome3

services feature works like this: 1. enable whatever services are in DEFAULT_SERVICES_ENABLE 2. disable whatever is in DEFAULT_SERVICES_DISABLE 3. enable services in SERVICES_ENABLE 4. finally, disable those in SERVICES_DISABLE So one should not disable display-manager service! Disabling prefdm is not needed as it doesn't start when display-manager.service symlink exists.
parent bb52ad47
......@@ -164,7 +164,6 @@ distro/regular-gnome3: distro/.regular-desktop +plymouth +nm \
@$(call add,LIVE_PACKAGES,livecd-gnome3-setup-done)
@$(call add,LIVE_PACKAGES,gnome3-regular xcalib templates)
@$(call add,LIVE_PACKAGES,gnome-flashback screenpen)
@$(call add,DEFAULT_SERVICES_DISABLE,display-manager)
@$(call add,DEFAULT_SERVICES_ENABLE,gdm)
distro/regular-tde: distro/.regular-desktop mixin/regular-tde +plymouth \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment