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
bb340816
Commit
bb340816
authored
Aug 10, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
live-install: use INSTALL2_PACKAGES variable instead LIVE_PACKAGES
parent
f5cb60a4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
config.mk
features.in/live-install/config.mk
+11
-11
No files found.
features.in/live-install/config.mk
View file @
bb340816
...
@@ -10,23 +10,23 @@ use/live-install: use/live use/metadata use/repo/main \
...
@@ -10,23 +10,23 @@ 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 add,
LIVE
_PACKAGES,installer-common-stage2)
@$(call add,
INSTALL2
_PACKAGES,installer-common-stage2)
@$(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))
@$(call add,THE_PACKAGES,e2fsprogs mdadm lvm2 cryptsetup)
@$(call add,THE_PACKAGES,e2fsprogs mdadm lvm2 cryptsetup)
@$(call add,BASE_PACKAGES,make-initrd-mdadm make-initrd-lvm)
@$(call add,BASE_PACKAGES,make-initrd-mdadm make-initrd-lvm)
@$(call add,BASE_PACKAGES,make-initrd-luks)
@$(call add,BASE_PACKAGES,make-initrd-luks)
@$(call add,
LIVE
_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,
LIVE
_PACKAGES,xterm) # for vnc support
@$(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,
LIVE
_PACKAGES,installer-distro-$$(INSTALLER)-stage2)
@$(call add,
INSTALL2
_PACKAGES,installer-distro-$$(INSTALLER)-stage2)
@$(call add,
LIVE
_PACKAGES,branding-$$(BRANDING)-alterator)
@$(call add,
INSTALL2
_PACKAGES,branding-$$(BRANDING)-alterator)
@$(call add,THE_PACKAGES,branding-$$(BRANDING)-release)
@$(call add,THE_PACKAGES,branding-$$(BRANDING)-release)
@$(call add,BASE_PACKAGES,installer-distro-$$(INSTALLER)-stage3)
@$(call add,BASE_PACKAGES,installer-distro-$$(INSTALLER)-stage3)
@$(call add,
LIVE
_PACKAGES,glibc-gconv-modules) # for guile22
@$(call add,
INSTALL2
_PACKAGES,glibc-gconv-modules) # for guile22
@$(call add,
LIVE
_PACKAGES,curl) # for net install
@$(call add,
INSTALL2
_PACKAGES,curl) # for net install
@$(call add,
LIVE
_PACKAGES,lsof) # for debug alterator-vm
@$(call add,
INSTALL2
_PACKAGES,lsof) # for debug alterator-vm
@$(call try,LIVE_INSTALL_PKG,installer-livecd-install)
@$(call try,LIVE_INSTALL_PKG,installer-livecd-install)
@$(call try,GLOBAL_LIVE_INSTALL,1)
@$(call try,GLOBAL_LIVE_INSTALL,1)
@$(call xport,BASE_BOOTLOADER)
@$(call xport,BASE_BOOTLOADER)
...
@@ -41,7 +41,7 @@ use/live-install/pkg: use/live-install
...
@@ -41,7 +41,7 @@ use/live-install/pkg: use/live-install
ifneq (,$(filter-out p10,$(BRANCH)))
ifneq (,$(filter-out p10,$(BRANCH)))
use/live-install/desktop: use/live-install
use/live-install/desktop: use/live-install
@$(call add,
LIVE
_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; @:
...
@@ -49,7 +49,7 @@ endif
...
@@ -49,7 +49,7 @@ endif
# set up remote repositories within installed system out-of-box
# set up remote repositories within installed system out-of-box
use/live-install/repo: use/live-install; @:
use/live-install/repo: use/live-install; @:
@$(call add,
LIVE
_PACKAGES,installer-feature-online-repo)
@$(call add,
INSTALL2
_PACKAGES,installer-feature-online-repo)
# this one expects external vncviewer to come
# this one expects external vncviewer to come
use/live-install/vnc/listen: use/live-install \
use/live-install/vnc/listen: use/live-install \
...
@@ -67,6 +67,6 @@ use/live-install/suspend:
...
@@ -67,6 +67,6 @@ use/live-install/suspend:
@$(call add,BASE_PACKAGES,installer-feature-desktop-suspend-stage2)
@$(call add,BASE_PACKAGES,installer-feature-desktop-suspend-stage2)
use/live-install/oem: use/live-install
use/live-install/oem: use/live-install
@$(call add,
LIVE
_PACKAGES,installer-feature-oem-stage2)
@$(call add,
INSTALL2
_PACKAGES,installer-feature-oem-stage2)
@$(call add,MAIN_PACKAGES,alterator-setup)
@$(call add,MAIN_PACKAGES,alterator-setup)
@$(call add,MAIN_PACKAGES,installer-feature-alterator-setup-stage2)
@$(call add,MAIN_PACKAGES,installer-feature-alterator-setup-stage2)
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