Commit c7a79f4c authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: added livecd-install-apt-cache

Carrying over metadata and packages downloaded by apt while being run off a LiveCD is implemented as suggested in #29192.
parent beb011f5
......@@ -12,7 +12,7 @@ distro/.regular-x11: distro/.regular-bare use/x11/wacom +vmguest \
use/luks use/branding
@$(call add,LIVE_LISTS,$(call tags,(base || desktop) && regular))
@$(call add,LIVE_LISTS,$(call tags,base rescue))
@$(call add,LIVE_PACKAGES,gpm)
@$(call add,LIVE_PACKAGES,gpm livecd-install-apt-cache)
@$(call add,DEFAULT_SERVICES_ENABLE,gpm)
# WM base target
......
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