From 81231ae5f7d911321f0273e58a79a9202a278f1e Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Mon, 30 Jun 2014 23:40:39 +0400 Subject: [PATCH] x11-autostart: ensure prefdm startup systemd-214 has broke things badly enough so that graphical boot target is not effective anymore; enabling prefdm explicitly helps though. --- features.in/x11-autostart/config.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/features.in/x11-autostart/config.mk b/features.in/x11-autostart/config.mk index 8a9ddf8d..5177dea5 100644 --- a/features.in/x11-autostart/config.mk +++ b/features.in/x11-autostart/config.mk @@ -1,3 +1,4 @@ use/x11-autostart: use/x11 @$(call add_feature) @$(call add,BASE_PACKAGES,installer-feature-runlevel5-stage3) ### + @$(call add,DEFAULT_SERVICES_ENABLE,prefdm)