Commit e29fa66a authored by Anton Midyukov's avatar Anton Midyukov

live, init: add livecd-no-ldconfig-service to LIVE_PACKAGES for systemd only

parent ed680396
...@@ -34,6 +34,7 @@ use/init/sysv/polkit: use/init/sysv ...@@ -34,6 +34,7 @@ use/init/sysv/polkit: use/init/sysv
use/init/systemd: use/init use/init/systemd: use/init
@$(call set,INIT_TYPE,systemd) @$(call set,INIT_TYPE,systemd)
@$(call add,INSTALL2_PACKAGES,systemd-sysvinit) @$(call add,INSTALL2_PACKAGES,systemd-sysvinit)
@$(call add,LIVE_PACKAGES,livecd-no-ldconfig-service)
use/init/systemd/full: use/init/systemd use/init/systemd/full: use/init/systemd
@$(call add,THE_PACKAGES,chkconfig) @$(call add,THE_PACKAGES,chkconfig)
......
...@@ -15,7 +15,6 @@ _OFF = anacron blk-availability bridge clamd dhcpd dmeventd dnsmasq \ ...@@ -15,7 +15,6 @@ _OFF = anacron blk-availability bridge clamd dhcpd dmeventd dnsmasq \
use/live: use/stage2 sub/rootfs@live sub/stage2@live \ use/live: use/stage2 sub/rootfs@live sub/stage2@live \
use/services/lvm2-disable use/cleanup use/services/lvm2-disable use/cleanup
@$(call add_feature) @$(call add_feature)
@$(call add,LIVE_PACKAGES,livecd-no-ldconfig-service)
@$(call add,DEFAULT_SERVICES_ENABLE,$(_ON)) @$(call add,DEFAULT_SERVICES_ENABLE,$(_ON))
@$(call add,DEFAULT_SERVICES_DISABLE,$(_OFF)) @$(call add,DEFAULT_SERVICES_DISABLE,$(_OFF))
@$(call add,CONTROL,rpcbind:local) @$(call add,CONTROL,rpcbind:local)
......
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