Commit b2b69d38 authored by Anton Midyukov's avatar Anton Midyukov

slinux: Temporary use un-def kernel for all targets

Current un-def kernel (5.10.x) should be std-def at the time of SL-9.1 release.
parent 2925876f
......@@ -85,6 +85,9 @@ else
@$(call add,THE_LISTS,slinux/browser-chromium)
@$(call add,THE_LISTS,slinux/multimedia-player-vlc)
endif
ifeq (,$(filter-out armh aarch64 i586 x86_64,$(ARCH)))
@$(call set,KFLAVOURS,un-def)
endif
use/slinux/base: use/isohybrid use/luks \
+plymouth use/memtest +vmguest \
......@@ -100,7 +103,6 @@ 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,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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment