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
029315e6
Commit
029315e6
authored
Jan 25, 2021
by
Mikhail Efremov
Committed by
Anton Midyukov
Feb 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slinux: Temporary use un-def kernel
Current un-def kernel (5.10.x) should be std-def at the time of SL-9.1 release.
parent
64704cee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
slinux.mk
conf.d/slinux.mk
+1
-3
config.mk
features.in/slinux/config.mk
+1
-1
No files found.
conf.d/slinux.mk
View file @
029315e6
...
...
@@ -12,9 +12,7 @@ distro/slinux: distro/.installer use/slinux/full use/rescue/base
@$(call add,MAIN_GROUPS,slinux/dropbox slinux/emulators-full slinux/games-base slinux/games slinux/games-full slinux/graphics-base slinux/graphics slinux/graphics-full-inkscape slinux/graphics-full-shotwell slinux/multimedia-full-audacity slinux/multimedia-base slinux/multimedia-full-cheese slinux/multimedia slinux/multimedia-full-shotcut slinux/multimedia-full-sound-juicer slinux/net-base)
@$(call set,META_VOL_ID,Simply Linux $(DISTRO_VERSION) $(ARCH))
@$(call set,META_APP_ID,Simply Linux $(DISTRO_VERSION) $(ARCH) $(shell date +%F))
ifeq (aarch64,$(ARCH))
@$(call set,KFLAVOURS,lts std-def)
endif
@$(call set,KFLAVOURS,un-def)
endif
ifeq (vm,$(IMAGE_CLASS))
...
...
features.in/slinux/config.mk
View file @
029315e6
...
...
@@ -103,7 +103,7 @@ use/slinux/base: use/isohybrid use/luks \
use/vmguest/kvm/x11 use/stage2/kms \
use/slinux/mixin-base \
use/cleanup/live-no-cleanupdb
@$(call set,KFLAVOURS,
std
-def)
@$(call set,KFLAVOURS,
un
-def)
@$(call add,LIVE_LISTS,slinux/live)
@$(call add,BASE_PACKAGES,installer-distro-simply-linux-stage3)
@$(call add,STAGE2_PACKAGES,xorg-conf-libinput-touchpad)
...
...
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