alt-server: Use un-def kernel by default

Made at the request of Evgeny Sinelnikov <sin@altlinux.org>
This commit is contained in:
Dmitriy Terekhin 2023-11-16 20:17:35 +04:00 committed by Anton Midyukov
parent f3285155c9
commit 34e18698fc

View File

@ -34,7 +34,7 @@ ifeq (,$(filter-out i586 x86_64,$(ARCH)))
endif
@$(call add,THE_BRANDING,alterator)
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call set,KFLAVOURS,un-def std-def)
@$(call set,KFLAVOURS,std-def un-def)
@$(call add,INSTALL2_PACKAGES,installer-feature-cleanup-kernel-stage3)
@$(call add,INSTALL2_PACKAGES,ntfs-3g)
@$(call add,BASE_KMODULES,drm)