diff --git a/features.in/live/config.mk b/features.in/live/config.mk index bf616a9d..c6735503 100644 --- a/features.in/live/config.mk +++ b/features.in/live/config.mk @@ -15,6 +15,7 @@ _OFF = anacron blk-availability bridge clamd dhcpd dmeventd dnsmasq \ use/live: use/stage2 sub/rootfs@live sub/stage2@live \ use/services/lvm2-disable @$(call add_feature) + @$(call add,LIVE_PACKAGES,livecd-no-ldconfig-service) @$(call add,CLEANUP_BASE_PACKAGES,'installer*') @$(call add,DEFAULT_SERVICES_ENABLE,$(_ON)) @$(call add,DEFAULT_SERVICES_DISABLE,$(_OFF))