live-install: add installer-distro-$(INSTALLER)-stage3 to base packages only

stage3 packages need to add into the installed system only.
Fix for commit 87cb44015e949cfb670971ddce27f9b78c39b958.
This commit is contained in:
Anton Midyukov 2024-02-28 17:31:07 +07:00
parent 952280b86d
commit 9b79133dcf

View File

@ -17,7 +17,7 @@ use/live-install: use/live use/metadata use/repo/main \
@$(call add,LIVE_PACKAGES,installer-distro-$$(INSTALLER)-stage2)
@$(call add,THE_PACKAGES,branding-$$(BRANDING)-alterator)
@$(call add,THE_PACKAGES,branding-$$(BRANDING)-release)
@$(call add,THE_PACKAGES,installer-distro-$$(INSTALLER)-stage3)
@$(call add,BASE_PACKAGES,installer-distro-$$(INSTALLER)-stage3)
@$(call add,LIVE_PACKAGES,glibc-gconv-modules) # for guile22
@$(call add,LIVE_PACKAGES,curl) # for net install
@$(call add,LIVE_PACKAGES,lsof) # for debug alterator-vm