Commit 29c79e7f authored by Anton Midyukov's avatar Anton Midyukov

install2: Added installer-distro-$$(INSTALLER)-stage3

This package contains installer configuration hopefully suitable for a generic ALT Linux based distribution. The stage3 part is installed onto the new system's root and executed off there during installation process.
parent bbf2a013
......@@ -9,6 +9,7 @@ use/install2: use/stage2 sub/stage2@install2 use/metadata \
@$(call add,INSTALL2_PACKAGES,installer-distro-$$(INSTALLER)-stage2)
@$(call add,INSTALL2_PACKAGES,branding-$$(BRANDING)-alterator)
@$(call add,BASE_PACKAGES,branding-$$(BRANDING)-release)
@$(call add,BASE_PACKAGES,installer-distro-$$(INSTALLER)-stage3)
@$(call add,BASE_PACKAGES,installer-common-stage3)
@$(call add,BASE_PACKAGES,glibc-gconv-modules) # for guile22
@$(call add,BASE_LISTS,$(call tags,basesystem && !alterator))
......
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