Commit 67efffe5 authored by Michael Shigorin's avatar Michael Shigorin Committed by Anton Midyukov

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