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
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
314e91d6
Commit
314e91d6
authored
Apr 27, 2022
by
Mikhail Efremov
Committed by
Anton Midyukov
Jun 03, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
workstation: Move base.pkgs and the.pkgs lists to top
In hope that unwanted packages (such as etcnet-defaults-server) will not be pulled.
parent
b44bb957
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mixin-basealt.mk
conf.d/mixin-basealt.mk
+2
-2
No files found.
conf.d/mixin-basealt.mk
View file @
314e91d6
...
@@ -24,9 +24,10 @@ mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm +power \
...
@@ -24,9 +24,10 @@ mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm +power \
@$(call set,BRANDING,alt-workstation)
@$(call set,BRANDING,alt-workstation)
@$(call add,THE_BRANDING,mate-settings)
@$(call add,THE_BRANDING,mate-settings)
@$(call add,COMMON_PACKAGES,vim-console)
@$(call add,COMMON_PACKAGES,vim-console)
@$(call add,BASE_LISTS,workstation/base.pkgs)
@$(call add,THE_LISTS,workstation/the.pkgs)
@$(call add,THE_LISTS,$(call tags,archive extra))
@$(call add,THE_LISTS,$(call tags,archive extra))
@$(call add,THE_LISTS,$(call tags,mobile mate))
@$(call add,THE_LISTS,$(call tags,mobile mate))
@$(call add,BASE_LISTS,workstation/base.pkgs)
@$(call add,BASE_LISTS,$(call tags,desktop cups))
@$(call add,BASE_LISTS,$(call tags,desktop cups))
@$(call add,LIVE_LISTS,workstation/live.pkgs)
@$(call add,LIVE_LISTS,workstation/live.pkgs)
@$(call add,LIVE_LISTS,$(call tags,desktop sane))
@$(call add,LIVE_LISTS,$(call tags,desktop sane))
...
@@ -34,7 +35,6 @@ ifneq (,$(filter-out armh,$(ARCH)))
...
@@ -34,7 +35,6 @@ ifneq (,$(filter-out armh,$(ARCH)))
@$(call add,LIVE_LISTS,workstation/libreoffice)
@$(call add,LIVE_LISTS,workstation/libreoffice)
endif
endif
@$(call add,THE_LISTS,workstation/mate)
@$(call add,THE_LISTS,workstation/mate)
@$(call add,THE_LISTS,workstation/the.pkgs)
@$(call add,THE_LISTS,$(call tags,regular desktop))
@$(call add,THE_LISTS,$(call tags,regular desktop))
@$(call add,THE_LISTS,$(call tags,base regular))
@$(call add,THE_LISTS,$(call tags,base regular))
@$(call add,THE_LISTS,$(call tags,base l10n))
@$(call add,THE_LISTS,$(call tags,base l10n))
...
...
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