live: disable ldconfig.service by using livecd-no-ldconfig-service

Fix https://bugzilla.altlinux.org/40802
This commit is contained in:
Anton Midyukov 2024-03-27 00:05:50 +07:00
parent 53b0934a60
commit a0c5d6eb81

View File

@ -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))