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
222e61d2
Commit
222e61d2
authored
Aug 10, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "e2k: add multiseat support for live-install"
This reverts commit
2810fb16
. INSTALL2_PACKAGES are now added to live when using the live-install feature.
parent
4b75be43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
config.mk
features.in/e2k/config.mk
+6
-7
No files found.
features.in/e2k/config.mk
View file @
222e61d2
...
...
@@ -23,12 +23,9 @@ use/e2k/x11: use/e2k use/x11
@$(call add,INSTALL2_PACKAGES,xorg-drv-amdgpu lccrt-blobs)
@$(call add,LIVE_PACKAGES,xorg-drv-amdgpu lccrt-blobs)
use/e2k/multiseat:
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-multiseat)
@$(call add,LIVE_PACKAGES,installer-feature-e2k-multiseat)
ifeq (,$(filter-out e2kv6,$(ARCH)))
use/e2k/multiseat/full: use/e2k/multiseat
use/e2k/multiseat/full:
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-multiseat)
@$(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*
...
...
@@ -39,7 +36,8 @@ 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: use/e2k/multiseat
use/e2k/multiseat/901:
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-multiseat)
@$(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))
...
...
@@ -54,7 +52,8 @@ use/e2k/multiseat/full: use/e2k/multiseat/801/full; @:
use/e2k/x11/101: use/e2k/x11; @:
use/e2k/multiseat/801/base: use/e2k/multiseat
use/e2k/multiseat/801/base:
@$(call add,INSTALL2_PACKAGES,installer-feature-e2k-multiseat)
@$(call add,MAIN_GROUPS,x-e2k/90-e801)
@$(call add,MAIN_GROUPS,$(addprefix x-e2k/,e801-1seat e801-2seat))
...
...
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