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
52e2cf20
Commit
52e2cf20
authored
Jan 01, 2026
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
live-install: do not add xterm for wayland-only installer
parent
f8b327b2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
config.mk
features.in/live-install/config.mk
+2
-3
No files found.
features.in/live-install/config.mk
View file @
52e2cf20
...
@@ -10,7 +10,7 @@ use/live-install: use/live use/metadata use/repo/main \
...
@@ -10,7 +10,7 @@ use/live-install: use/live use/metadata use/repo/main \
@$(call set,STAGE2_LIVE_INST,yes)
@$(call set,STAGE2_LIVE_INST,yes)
@$(call try,MAIN_KERNEL_SAVE,no)
@$(call try,MAIN_KERNEL_SAVE,no)
@$(call xport,MAIN_KERNEL_SAVE)
@$(call xport,MAIN_KERNEL_SAVE)
@$(call try,LIVE_INSTALLER,installer-common-stage2)
@$(call try,LIVE_INSTALLER,installer-common-stage2
xterm
)
@$(call add,INSTALL2_PACKAGES,$$(LIVE_INSTALLER))
@$(call add,INSTALL2_PACKAGES,$$(LIVE_INSTALLER))
@$(call add,THE_PACKAGES,alterator-wizardface)
@$(call add,THE_PACKAGES,alterator-wizardface)
@$(call add,THE_LISTS,$(call tags,basesystem && !alterator))
@$(call add,THE_LISTS,$(call tags,basesystem && !alterator))
...
@@ -19,7 +19,6 @@ use/live-install: use/live use/metadata use/repo/main \
...
@@ -19,7 +19,6 @@ use/live-install: use/live use/metadata use/repo/main \
@$(call add,BASE_PACKAGES,make-initrd-luks)
@$(call add,BASE_PACKAGES,make-initrd-luks)
@$(call add,INSTALL2_PACKAGES,$$(LIVE_INSTALL_PKG))
@$(call add,INSTALL2_PACKAGES,$$(LIVE_INSTALL_PKG))
@$(call add,THE_PACKAGES,alterator-postinstall) # for auto install
@$(call add,THE_PACKAGES,alterator-postinstall) # for auto install
@$(call add,INSTALL2_PACKAGES,xterm) # for vnc support
@$(call try,INSTALLER,regular) # might be replaced later
@$(call try,INSTALLER,regular) # might be replaced later
@$(call add,INSTALL2_PACKAGES,installer-distro-$$(INSTALLER)-stage2)
@$(call add,INSTALL2_PACKAGES,installer-distro-$$(INSTALLER)-stage2)
@$(call add,INSTALL2_PACKAGES,branding-$$(BRANDING)-alterator)
@$(call add,INSTALL2_PACKAGES,branding-$$(BRANDING)-alterator)
...
@@ -42,7 +41,7 @@ use/live-install/pkg: use/live-install
...
@@ -42,7 +41,7 @@ use/live-install/pkg: use/live-install
ifneq (,$(filter-out p10,$(BRANCH)))
ifneq (,$(filter-out p10,$(BRANCH)))
use/live-install/wayland: use/live-install
use/live-install/wayland: use/live-install
@$(call set,LIVE_INSTALLER,installer-common-x11-stage2 installer-common-wayland-stage2)
@$(call set,LIVE_INSTALLER,installer-common-x11-stage2 installer-common-wayland-stage2
xterm
)
@$(call add,STAGE2_BOOTARGS,wayland)
@$(call add,STAGE2_BOOTARGS,wayland)
use/live-install/wayland/only: use/live-install/wayland
use/live-install/wayland/only: use/live-install/wayland
...
...
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