Commit df9304b5 authored by Anton Midyukov's avatar Anton Midyukov

live: add use/cleanup to use/live

This is expected behavior for Live. Cleanup it by default. Disable cleanup as needed.
parent 9161903d
...@@ -13,7 +13,7 @@ _OFF = anacron blk-availability bridge clamd dhcpd dmeventd dnsmasq \ ...@@ -13,7 +13,7 @@ _OFF = anacron blk-availability bridge clamd dhcpd dmeventd dnsmasq \
# copy stage2 as live # copy stage2 as live
# NB: starts to preconfigure but doesn't use/cleanup yet # NB: starts to preconfigure but doesn't use/cleanup yet
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/services/lvm2-disable use/cleanup
@$(call add_feature) @$(call add_feature)
@$(call add,LIVE_PACKAGES,livecd-no-ldconfig-service) @$(call add,LIVE_PACKAGES,livecd-no-ldconfig-service)
@$(call add,DEFAULT_SERVICES_ENABLE,$(_ON)) @$(call add,DEFAULT_SERVICES_ENABLE,$(_ON))
......
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