features.in/install2/config.mk: don't add basesystem+alterator into

basesystem
This commit is contained in:
Anton V. Boyarshinov 2019-09-11 13:52:08 +03:00 committed by Michael Shigorin
parent 94ce02aa12
commit 6cdc7a7de3

View File

@ -11,7 +11,8 @@ use/install2: use/stage2 sub/stage2@install2 use/metadata \
@$(call add,BASE_PACKAGES,branding-$$(BRANDING)-release)
@$(call add,BASE_PACKAGES,installer-common-stage3)
@$(call add,BASE_PACKAGES,glibc-gconv-modules) # for guile22
@$(call add,BASE_LISTS,$(call tags,basesystem))
@$(call add,BASE_PACKAGES,interactivesystem)
@$(call add,BASE_PACKAGES,apt)
@$(call xport,BASE_BOOTLOADER)
@$(call xport,INSTALL2_CLEANUP_PACKAGES)
@$(call xport,INSTALL2_CLEANUP_KDRIVERS)