Commit ae088e3b authored by Michael Shigorin's avatar Michael Shigorin

live: use CLEANUP_BASE_PACKAGES either

See the previous commit for rationale.
parent 514652f8
......@@ -14,7 +14,7 @@ _OFF = anacron blk-availability bridge clamd crond dhcpd dmeventd dnsmasq \
# NB: starts to preconfigure but doesn't use/cleanup yet
use/live: use/stage2 sub/rootfs@live sub/stage2@live use/services
@$(call add_feature)
@$(call add,CLEANUP_PACKAGES,'installer*')
@$(call add,CLEANUP_BASE_PACKAGES,'installer*')
@$(call add,DEFAULT_SERVICES_ENABLE,$(_ON))
@$(call add,DEFAULT_SERVICES_DISABLE,$(_OFF))
@$(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