Commit f25ca1c3 authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

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.
parent b88e5647
......@@ -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)
......
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