e2k: disable e201 multiseat for now

It only makes sense on engineering samples of .404 board,
and 201-PC is .480 with only a single 4X PCIe gen3 slot
that needs riser to get a reasonable videocard connected
(manual multiseat setup is a minor hurdle it seems).
This commit is contained in:
Michael Shigorin 2023-11-05 13:02:50 +03:00 committed by Anton Midyukov
parent 0d3f4fa08d
commit 67efffe594

View File

@ -37,9 +37,10 @@ use/e2k/x11: use/e2k use/x11
ifeq (,$(filter-out e2kv6,$(ARCH)))
use/e2k/multiseat/full:
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-multiseat)
@$(call add,MAIN_GROUPS,x-e2k/90-e201 x-e2k/90-e1601)
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/e201-,1seat 2seat))
@$(call add,MAIN_GROUPS,x-e2k/90-e1601)
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/e1601-,1seat 4seat))
@#$(call add,MAIN_GROUPS,x-e2k/90-e201) # wait for GPU split on *201*
@#$(call add,MAIN_GROUPS,$(addprefix x-e2k/e201-,1seat 2seat))
endif
ifeq (,$(filter-out e2kv5,$(ARCH)))