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
a2ca3620
You need to sign in or sign up before continuing.
Commit
a2ca3620
authored
Nov 20, 2021
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oem: add packages only to the basic system (not needed in LIVE)
parent
385792d1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
config.mk
features.in/oem/config.mk
+9
-9
No files found.
features.in/oem/config.mk
View file @
a2ca3620
use/oem: use/services use/branding use/deflogin/root
@$(call add_feature)
@$(call add,DEFAULT_SERVICES_ENABLE,messagebus alteratord)
@$(call add,
TH
E_PACKAGES,alterator-setup alterator-notes)
@$(call add,
TH
E_PACKAGES,rootfs-installer-features)
@$(call add,
TH
E_BRANDING,alterator notes)
@$(call add,
BAS
E_PACKAGES,alterator-setup alterator-notes)
@$(call add,
BAS
E_PACKAGES,rootfs-installer-features)
@$(call add,
BAS
E_BRANDING,alterator notes)
@$(call try,OEM_TARGET,setup)
@$(call add,DEFAULT_SERVICES_ENABLE,$$(OEM_TARGET))
@$(call xport,OEM_TARGET)
...
...
@@ -12,8 +12,8 @@ use/oem: use/services use/branding use/deflogin/root
@$(call xport,OEM_INSTALL)
use/oem/vnc: use/oem use/net-eth/dhcp
@$(call add,
TH
E_PACKAGES,alterator-vnc)
@$(call add,
TH
E_PACKAGES,x11vnc x11vnc-service xorg-drv-dummy)
@$(call add,
BAS
E_PACKAGES,alterator-vnc)
@$(call add,
BAS
E_PACKAGES,x11vnc x11vnc-service xorg-drv-dummy)
use/oem/no-cleanup: use/oem
@$(call set,OEM_NO_CLEANUP,yes)
...
...
@@ -21,12 +21,12 @@ use/oem/no-cleanup: use/oem
use/oem/distro: use/oem
@$(call try,OEM_STEPS,sysconfig notes-license datetime \
preinstall net-eth root users setup-finish)
@$(call add,
TH
E_PACKAGES,alterator-net-eth)
@$(call add,
TH
E_PACKAGES,installer-common-stage3)
@$(call add,
BAS
E_PACKAGES,alterator-net-eth)
@$(call add,
BAS
E_PACKAGES,installer-common-stage3)
use/oem/install: use/oem use/repo/main
@$(call set,OEM_INSTALL,yes)
@$(call try,OEM_STEPS,sysconfig notes-license datetime pkg \
preinstall net-eth root users setup-finish)
@$(call add,
TH
E_PACKAGES,alterator-pkg alterator-net-eth)
@$(call add,
TH
E_PACKAGES,installer-common-stage3)
@$(call add,
BAS
E_PACKAGES,alterator-pkg alterator-net-eth)
@$(call add,
BAS
E_PACKAGES,installer-common-stage3)
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