Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
5a255a77
You need to sign in or sign up before continuing.
Commit
5a255a77
authored
Jul 26, 2021
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
e2k: initial use/e2k/multiseat/901
There might be a more generic approach but let's at least make this possible in the first place.
parent
9b1417b8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
3 deletions
+23
-3
config.mk
features.in/e2k/config.mk
+23
-3
No files found.
features.in/e2k/config.mk
View file @
5a255a77
...
@@ -21,7 +21,25 @@ use/e2k: use/tty/S0 use/l10n/default/ru_RU
...
@@ -21,7 +21,25 @@ use/e2k: use/tty/S0 use/l10n/default/ru_RU
use/e2k/x11: use/e2k use/x11
use/e2k/x11: use/e2k use/x11
@$(call add,THE_PACKAGES,xorg-server xinit)
@$(call add,THE_PACKAGES,xorg-server xinit)
ifeq (,$(filter-out e2kv5,$(ARCH)))
use/e2k/multiseat/full: use/e2k/multiseat/901/full; @:
# 6seat not tested so far but 1E8CB has three suitable PCIe slots
use/e2k/multiseat/901:
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-801-multiseat) #sic!
@$(call add,MAIN_GROUPS,x-e2k/90-e901)
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/,e901-1seat e901-2seat))
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/,e901-3seat))
use/e2k/multiseat/901/full: use/e2k/multiseat/901 use/control
@$(call add,MAIN_GROUPS,x-e2k/x-autologin)
@$(call add,THE_PACKAGES,test-audio alterator-multiseat)
@$(call add,CONTROL,udisks2:shared) ### media mount exclusivity
endif # e2kv5
ifeq (,$(filter-out e2kv4,$(ARCH)))
ifeq (,$(filter-out e2kv4,$(ARCH)))
use/e2k/multiseat/full: use/e2k/multiseat/801/full; @:
use/e2k/x11/101: use/e2k/x11
use/e2k/x11/101: use/e2k/x11
@$(call add,MAIN_GROUPS,x-e2k/91-e101)
@$(call add,MAIN_GROUPS,x-e2k/91-e101)
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/,e101-modesetting))
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/,e101-modesetting))
...
@@ -38,12 +56,14 @@ use/e2k/multiseat/801/full: use/e2k/multiseat/801 use/control
...
@@ -38,12 +56,14 @@ use/e2k/multiseat/801/full: use/e2k/multiseat/801 use/control
@$(call add,MAIN_GROUPS,x-e2k/x-autologin)
@$(call add,MAIN_GROUPS,x-e2k/x-autologin)
@$(call add,THE_PACKAGES,test-audio alterator-multiseat)
@$(call add,THE_PACKAGES,test-audio alterator-multiseat)
@$(call add,CONTROL,udisks2:shared) ### media mount exclusivity
@$(call add,CONTROL,udisks2:shared) ### media mount exclusivity
else
use/e2k/x11/101:; @:
use/e2k/multiseat/801/base use/e2k/multiseat/801 use/e2k/multiseat/801/full:; @:
endif # e2kv4
endif # e2kv4
ifeq (,$(filter-out e2k,$(ARCH)))
ifeq (,$(filter-out e2k,$(ARCH)))
use/e2k/x11/101:; @:
use/e2k/multiseat/full:; @:
endif # e2k(v3)
ifeq (,$(filter-out e2k,$(ARCH)))
use/e2k/sound/401:
use/e2k/sound/401:
@$(call add,THE_PACKAGES,setup-alsa-elbrus-401)
@$(call add,THE_PACKAGES,setup-alsa-elbrus-401)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment