From 40895c45a5d0ce2d4e88950f33a4ddbe28d6e0c7 Mon Sep 17 00:00:00 2001 From: Anton Midyukov Date: Tue, 16 Jun 2020 18:24:03 +0700 Subject: [PATCH] basealt.mk: Added cleanup kernel to LIVE for aarch64 --- conf.d/basealt.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.d/basealt.mk b/conf.d/basealt.mk index a20fddfe..feb6fbf3 100644 --- a/conf.d/basealt.mk +++ b/conf.d/basealt.mk @@ -30,6 +30,7 @@ endif ifeq (,$(filter-out aarch64,$(ARCH))) @$(call set,KFLAVOURS,bmitx-def std-def) @$(call add,INSTALL2_PACKAGES,installer-feature-cleanup-kernel-stage3) + @$(call add,LIVE_PACKAGES,installer-feature-cleanup-kernel-stage3) endif @$(call add,MAIN_LISTS,workstation/extras) @$(call add,MAIN_LISTS,$(call tags,xorg vaapi))