server: do not set KFLAVOURS for sisyphus (use/server/virt)

kernel-image-un-def will be removed from Sisyphus soon.
This commit is contained in:
Anton Midyukov 2024-10-22 12:25:40 +03:00
parent b9e35ecb78
commit bc0a1083e1

View File

@ -31,7 +31,9 @@ endif
use/server/virt: use/server use/kernel
@$(call add,BASE_PACKAGES,openssh)
ifneq (,$(filter-out sisyphus,$(BRANCH)))
@$(call set,KFLAVOURS,un-def)
endif
@$(call add,THE_KMODULES,kvm)
# NB: examine zabbix-preinstall package, initialization is NOT automatic!