Commit bbf2a013 authored by Anton Midyukov's avatar Anton Midyukov

install2: use tag list basesystem

parent ae95a132
...@@ -11,8 +11,7 @@ use/install2: use/stage2 sub/stage2@install2 use/metadata \ ...@@ -11,8 +11,7 @@ use/install2: use/stage2 sub/stage2@install2 use/metadata \
@$(call add,BASE_PACKAGES,branding-$$(BRANDING)-release) @$(call add,BASE_PACKAGES,branding-$$(BRANDING)-release)
@$(call add,BASE_PACKAGES,installer-common-stage3) @$(call add,BASE_PACKAGES,installer-common-stage3)
@$(call add,BASE_PACKAGES,glibc-gconv-modules) # for guile22 @$(call add,BASE_PACKAGES,glibc-gconv-modules) # for guile22
@$(call add,BASE_PACKAGES,interactivesystem) @$(call add,BASE_LISTS,$(call tags,basesystem && !alterator))
@$(call add,BASE_PACKAGES,apt)
@$(call xport,BASE_BOOTLOADER) @$(call xport,BASE_BOOTLOADER)
@$(call xport,INSTALL2_CLEANUP_PACKAGES) @$(call xport,INSTALL2_CLEANUP_PACKAGES)
@$(call xport,INSTALL2_CLEANUP_KDRIVERS) @$(call xport,INSTALL2_CLEANUP_KDRIVERS)
......
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