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
a3cf96af
Commit
a3cf96af
authored
Dec 06, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
live-install: add use/live-install/wayland
Use wayland in installer instead Xorg.
parent
fcedb60f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
config.mk
features.in/live-install/config.mk
+6
-1
No files found.
features.in/live-install/config.mk
View file @
a3cf96af
...
...
@@ -10,7 +10,8 @@ use/live-install: use/live use/metadata use/repo/main \
@$(call set,STAGE2_LIVE_INST,yes)
@$(call try,MAIN_KERNEL_SAVE,no)
@$(call xport,MAIN_KERNEL_SAVE)
@$(call add,INSTALL2_PACKAGES,installer-common-stage2)
@$(call try,LIVE_INSTALLER,installer-common-stage2)
@$(call add,INSTALL2_PACKAGES,$$(LIVE_INSTALLER))
@$(call add,THE_PACKAGES,alterator-wizardface)
@$(call add,THE_LISTS,$(call tags,basesystem && !alterator))
@$(call add,THE_PACKAGES,e2fsprogs mdadm lvm2 cryptsetup)
...
...
@@ -39,6 +40,10 @@ use/live-install/pkg: use/live-install
@$(call set,LIVE_INSTALL_PKG,)
@$(call set,GLOBAL_LIVE_INSTALL,)
use/live-install/wayland: use/live-install
@$(call set,LIVE_INSTALLER,installer-common-wayland-stage2)
@$(call add,STAGE2_BOOTARGS,wayland)
ifneq (,$(filter-out p10,$(BRANCH)))
use/live-install/desktop: use/live-install
@$(call add,INSTALL2_PACKAGES,installer-common-desktop)
...
...
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