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

e2k: initial v6 multiseat support

201-PC has been developed using .404 motherboards (IIRC using the two middle PCIe slots for GPUs); 1601-PC one has been done with .466 motherboard by sciberia.io guys who have outrun me at that!
parent 6acc6b29
......@@ -30,6 +30,14 @@ use/e2k/x11: use/e2k use/x11
@$(call add,THE_PACKAGES,xorg-server xinit)
@$(call add,INSTALL2_PACKAGES,xorg-drv-amdgpu lccrt-blobs)
ifeq (,$(filter-out e2kv6,$(ARCH)))
use/e2k/multiseat/full:
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-801-multiseat) #sic!
@$(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,$(addprefix x-e2k/e1601-,1seat 4seat))
endif
ifeq (,$(filter-out e2kv5,$(ARCH)))
use/e2k/multiseat/full: use/e2k/multiseat/901/full; @:
......
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