workstation: Set un-def kernel as default

More likely a newest hardware will work with un-def kernel (6.1.x)
then with std-def kernel (5.10.x).
Besides 5.10 kernel has issues with CIFS mounting (found by testers
was mentioned in the ad-integration@ mailing list).
This commit is contained in:
Mikhail Efremov 2024-02-19 18:35:03 +03:00 committed by Anton Midyukov
parent c989a5a6eb
commit ced60bbb3e

View File

@ -21,7 +21,7 @@ mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm \
use/browser/firefox use/browser/firefox/esr \
use/cleanup/live-no-cleanupdb
ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
@$(call set,KFLAVOURS,un-def std-def)
@$(call set,KFLAVOURS,std-def un-def)
@$(call add,MAIN_PACKAGES,kernel-headers-modules-un-def)
@$(call add,MAIN_PACKAGES,kernel-headers-un-def)
else