Commit 34e18698 authored by Dmitriy Terekhin's avatar Dmitriy Terekhin Committed by Anton Midyukov

alt-server: Use un-def kernel by default

Made at the request of Evgeny Sinelnikov <sin@altlinux.org>
parent f3285155
......@@ -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)
......
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