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
39a0e8d7
Commit
39a0e8d7
authored
Dec 19, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
live-install: make compatible with p10
parent
f005f830
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
config.mk
features.in/live-install/config.mk
+3
-2
No files found.
features.in/live-install/config.mk
View file @
39a0e8d7
...
@@ -40,6 +40,7 @@ use/live-install/pkg: use/live-install
...
@@ -40,6 +40,7 @@ use/live-install/pkg: use/live-install
@$(call set,LIVE_INSTALL_PKG,)
@$(call set,LIVE_INSTALL_PKG,)
@$(call set,GLOBAL_LIVE_INSTALL,)
@$(call set,GLOBAL_LIVE_INSTALL,)
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)
@$(call add,STAGE2_BOOTARGS,wayland)
@$(call add,STAGE2_BOOTARGS,wayland)
...
@@ -47,12 +48,12 @@ use/live-install/wayland: use/live-install
...
@@ -47,12 +48,12 @@ use/live-install/wayland: use/live-install
use/live-install/wayland/only: use/live-install/wayland
use/live-install/wayland/only: use/live-install/wayland
@$(call set,LIVE_INSTALLER,installer-common-wayland-stage2)
@$(call set,LIVE_INSTALLER,installer-common-wayland-stage2)
ifneq (,$(filter-out p10,$(BRANCH)))
use/live-install/desktop: use/live-install
use/live-install/desktop: use/live-install
@$(call add,INSTALL2_PACKAGES,installer-common-desktop)
@$(call add,INSTALL2_PACKAGES,installer-common-desktop)
@$(call add,BASE_PACKAGES,installer-alterator-livecd-stage3)
@$(call add,BASE_PACKAGES,installer-alterator-livecd-stage3)
else
else
use/live-install/desktop: use/live-install; @:
use/live-install/desktop use/live-install/wayland use/live-install/wayland/only: \
use/live-install; @:
endif
endif
# set up remote repositories within installed system out-of-box
# set up remote repositories within installed system out-of-box
...
...
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