Commit ced60bbb authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

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).
parent c989a5a6
...@@ -21,7 +21,7 @@ mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm \ ...@@ -21,7 +21,7 @@ mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm \
use/browser/firefox use/browser/firefox/esr \ use/browser/firefox use/browser/firefox/esr \
use/cleanup/live-no-cleanupdb use/cleanup/live-no-cleanupdb
ifeq (,$(filter-out x86_64 aarch64,$(ARCH))) 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-modules-un-def)
@$(call add,MAIN_PACKAGES,kernel-headers-un-def) @$(call add,MAIN_PACKAGES,kernel-headers-un-def)
else else
......
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