Commit 8218b22e authored by Anton Midyukov's avatar Anton Midyukov

install2, live: don't add priority base packages for these stage

This is useless and even harmful for images that include both live and install2.
parent 37b62d84
......@@ -6,7 +6,6 @@ use/install2: use/stage2 sub/stage2@install2 use/metadata \
use/cleanup/installer use/install2/autoinstall use/grub/install2.cfg
@$(call add_feature)
@$(call add,INSTALL2_PACKAGES,installer-common-stage2)
@$(call add,PINNED_PACKAGES,installer-common-stage2)
@$(call try,INSTALLER,altlinux-generic) # might be replaced later
@$(call add,INSTALL2_PACKAGES,installer-distro-$$(INSTALLER)-stage2)
@$(call add,INSTALL2_PACKAGES,branding-$$(BRANDING)-alterator)
......
......@@ -61,7 +61,6 @@ use/live/install: use/metadata use/xdg-user-dirs \
use/bootloader/live use/bootloader/grub
@$(call add,LIVE_PACKAGES,livecd-install)
@$(call add,LIVE_PACKAGES,livecd-installer-features)
@$(call add,PINNED_PACKAGES,livecd-installer-features)
# text-based installation script
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
......
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