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
44263c29
Commit
44263c29
authored
Dec 20, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
live-install: add use/live-install/oem/wayland
parent
523d1441
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
config.mk
features.in/live-install/config.mk
+10
-1
No files found.
features.in/live-install/config.mk
View file @
44263c29
...
@@ -77,5 +77,14 @@ use/live-install/suspend:
...
@@ -77,5 +77,14 @@ use/live-install/suspend:
use/live-install/oem: use/live-install
use/live-install/oem: use/live-install
@$(call add,INSTALL2_PACKAGES,installer-feature-oem-stage2)
@$(call add,INSTALL2_PACKAGES,installer-feature-oem-stage2)
@$(call add,MAIN_PACKAGES,alterator-setup)
@$(call add,MAIN_PACKAGES,$$(OEM_MAIN_PACKAGES))
@$(call try,OEM_MAIN_PACKAGES,alterator-setup)
@$(call add,MAIN_PACKAGES,installer-feature-alterator-setup-stage2)
@$(call add,MAIN_PACKAGES,installer-feature-alterator-setup-stage2)
ifneq (,$(filter-out p10,$(BRANCH)))
use/live-install/oem/wayland: use/live-install/oem
@$(call set,OEM_MAIN_PACKAGES,alterator-setup-wayland)
@$(call add,INSTALL2_PACKAGES,installer-feature-oem-wayland-only-stage2)
else
use/live-install/oem/wayland: use/live-install/oem; @:
endif
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