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
a05f52c9
Commit
a05f52c9
authored
Nov 27, 2025
by
Arseniy Romenskiy
Committed by
Anton Midyukov
Dec 21, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oem: add use/oem/wayland feature
Add support for running in Wayland. Add OEM_ON_WAYLAND parameter to enable Wayland.
parent
39a0e8d7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
config.mk
features.in/oem/config.mk
+5
-0
99-oem-setup
features.in/oem/rootfs/image-scripts.d/99-oem-setup
+6
-0
No files found.
features.in/oem/config.mk
View file @
a05f52c9
...
...
@@ -11,11 +11,16 @@ use/oem: use/services use/branding use/deflogin/root use/l10n
@$(call xport,OEM_NO_CLEANUP)
@$(call xport,OEM_STEPS)
@$(call xport,OEM_INSTALL)
@$(call xport,OEM_ON_WAYLAND)
use/oem/vnc: use/oem
@$(call add,BASE_PACKAGES,alterator-vnc)
@$(call add,BASE_PACKAGES,x11vnc x11vnc-service xorg-drv-dummy)
use/oem/wayland: use/oem
@$(call add,BASE_PACKAGES,alterator-setup-wayland)
@$(call set,OEM_ON_WAYLAND,yes)
use/oem/no-cleanup: use/oem
@$(call set,OEM_NO_CLEANUP,yes)
...
...
features.in/oem/rootfs/image-scripts.d/99-oem-setup
View file @
a05f52c9
...
...
@@ -4,6 +4,12 @@
[
!
"
$GLOBAL_OEM_NO_CLEANUP
"
=
yes
]
||
sed
-i
's/^REMOVE_SELF=.*/REMOVE_SELF=0/'
/etc/alterator-setup/config
# Enable wayland compositor
if
[
"
$GLOBAL_OEM_ON_WAYLAND
"
=
yes
]
;
then
sed
-i
's/^ALTERATOR_SETUP_WAYLAND=.*/ALTERATOR_SETUP_WAYLAND=1/'
\
/etc/alterator-setup/config
fi
# Set alterator-setup steps
if
[
-n
"
$GLOBAL_OEM_STEPS
"
]
;
then
rm
-f
/etc/alterator-setup/steps
...
...
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