mixin-basealt.mk: avoid installer-feature-repo-add on e2k

...as it rather introduces red ink for no good reason:

Running postinstall script [90-pkg.sh] /dev /
/
mount: /media/ALTLinux: /dev/sdb1 already mounted or mount point busy.
This commit is contained in:
Michael Shigorin 2022-11-10 15:28:01 +03:00 committed by Anton Midyukov
parent b88e56470b
commit f25ca1c3b6

View File

@ -75,8 +75,8 @@ mixin/alt-workstation-install: +installer \
@$(call add,INSTALL2_PACKAGES,btrfs-progs)
@$(call add,INSTALL2_PACKAGES,open-iscsi)
@$(call add,INSTALL2_PACKAGES,xorg-conf-libinput-touchpad)
@$(call add,THE_PACKAGES,installer-feature-repo-add)
ifneq (,$(filter-out e2k%,$(ARCH)))
@$(call add,THE_PACKAGES,installer-feature-repo-add)
@$(call add,INSTALL2_PACKAGES,installer-feature-quota-stage2)
@$(call add,LIVE_PACKAGES,installer-feature-quota-stage2)
@$(call add,MAIN_LISTS,workstation/extras)