Commit c8670788 authored by Anton Midyukov's avatar Anton Midyukov

live-install: add base packages for install and live

These base packages are not installed by anyone else. As a result, users have an empty home directory. And think it is necessary to unify the basic content of Live and the installed system.
parent 740cca65
......@@ -9,6 +9,7 @@ use/live-install: use/live use/metadata use/repo/main \
@$(call add_feature)
@$(call add,LIVE_PACKAGES,installer-common-stage2)
@$(call add,BASE_PACKAGES,installer-common-stage3)
@$(call add,THE_LISTS,$(call tags,basesystem && !alterator))
@$(call add,LIVE_PACKAGES,$$(LIVE_INSTALL_PKG))
@$(call add,LIVE_PACKAGES,alterator-postinstall) # for auto install
@$(call add,LIVE_PACKAGES,xterm) # for vnc support
......
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