workstation: Use installer-feature-repo-add

This installer feature should add /mnt/ALTLinux line to /etc/fstab
to fix 'apt-cdrom add'.
This commit is contained in:
Mikhail Efremov 2022-09-06 20:59:58 +03:00 committed by Anton Midyukov
parent ced6eec6ee
commit 12ef14aba0

View File

@ -83,6 +83,7 @@ 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,INSTALL2_PACKAGES,installer-feature-quota-stage2)
@$(call add,LIVE_PACKAGES,installer-feature-quota-stage2)