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
Anton Palgunov
mkimage-profiles
Commits
2a67c4af
Commit
2a67c4af
authored
Jun 10, 2022
by
Mikhail Efremov
Committed by
Anton Midyukov
Jun 24, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
workstation: Use 2 kernels for x86_64 and aarch64
x86_64: std-def and un-def; aarch64: std-def and rpi-un.
parent
ce86144f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
3 deletions
+15
-3
mixin-basealt.mk
conf.d/mixin-basealt.mk
+15
-1
extras
pkg.in/lists/workstation/extras
+0
-2
No files found.
conf.d/mixin-basealt.mk
View file @
2a67c4af
...
...
@@ -7,7 +7,6 @@ mixin/alt-workstation-install: workstation_groups = $(addprefix workstation/,\
sound-editing thunderbird freeipa-client admc)
mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm +power \
use/kernel/desktop \
use/kernel/net use/l10n/default/ru_RU \
use/x11/xorg use/x11-autostart use/x11/gtk/nm \
use/ntp/chrony \
...
...
@@ -21,6 +20,21 @@ mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm +power \
use/docs/manual use/docs/indexhtml \
use/browser/firefox use/browser/firefox/esr \
use/cleanup/live-no-cleanupdb
ifeq (,$(filter-out x86_64,$(ARCH)))
@$(call set,KFLAVOURS,un-def std-def)
@$(call add,MAIN_PACKAGES,kernel-headers-modules-un-def)
@$(call add,MAIN_PACKAGES,kernel-headers-un-def)
else
ifeq (,$(filter-out aarch64,$(ARCH)))
@$(call set,KFLAVOURS,rpi-un std-def)
@$(call add,MAIN_PACKAGES,kernel-headers-modules-rpi-un)
@$(call add,MAIN_PACKAGES,kernel-headers-rpi-un)
else
@$(call set,KFLAVOURS,std-def)
endif
endif
@$(call add,MAIN_PACKAGES,kernel-headers-modules-std-def)
@$(call add,MAIN_PACKAGES,kernel-headers-std-def)
@$(call set,BRANDING,alt-workstation)
@$(call add,THE_BRANDING,mate-settings)
@$(call add,COMMON_PACKAGES,vim-console)
...
...
pkg.in/lists/workstation/extras
View file @
2a67c4af
...
...
@@ -5,8 +5,6 @@ openssl-engines
alterator-secsetup
# just in case
kernel-headers-modules-std-def
kernel-headers-std-def
#kernel-image-un-def
#kernel-modules-drm-ancient-un-def
#kernel-modules-drm-radeon-un-def
...
...
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