Commit edbde16f authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: tweak desktop services

systemd-214 has major problems with starting these services, and KDC should definitely not even try to start up before setup (which is not feasible given that these are LiveCDs). domain-client pkglist inhabitants and net-usershares feature are nasty enough to bring a lot of extra garbage in unfortunately (alterator-auth, alterator-kdc, alterator-net-shares involved).
parent 81231ae5
......@@ -30,6 +30,7 @@ distro/.regular-desktop: distro/.regular-base \
use/syslinux/ui/gfxboot use/firmware/laptop use/efi/refind +systemd
@$(call add,LIVE_LISTS,domain-client)
@$(call add,THE_BRANDING,bootloader)
@$(call add,DEFAULT_SERVICES_DISABLE,gssd idmapd krb5kdc rpcbind)
@$(call set,KFLAVOURS,std-def)
distro/.regular-gtk: distro/.regular-desktop use/x11/lightdm/gtk +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