From 370be09a864af23cf09c04a3e6ca16b171dad43b Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Thu, 30 Dec 2021 22:32:31 +0700 Subject: [PATCH] x11-autostart: installer-feature-runlevel5-stage3 for distro targets only For rootfs a similar script is launched when building image. --- features.in/x11-autostart/config.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/features.in/x11-autostart/config.mk b/features.in/x11-autostart/config.mk index 8a9ddf8d..5db98cf3 100644 --- a/features.in/x11-autostart/config.mk +++ b/features.in/x11-autostart/config.mk @@ -1,3 +1,5 @@ use/x11-autostart: use/x11 @$(call add_feature) +ifeq (distro,$(IMAGE_CLASS)) @$(call add,BASE_PACKAGES,installer-feature-runlevel5-stage3) ### +endif