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.
This commit is contained in:
Anton Midyukov 2021-02-22 10:51:46 +07:00
parent 2925876f1d
commit b2b69d38dd

View File

@ -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)