From fffec4782fc1ceb1ba2339850ad2ea8105d46961 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Mon, 2 Oct 2017 15:17:23 -0700 Subject: [PATCH] skip installation of kernel headers for all minimal images --- live-build/auto/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/auto/config b/live-build/auto/config index a5b18cee..835da17d 100755 --- a/live-build/auto/config +++ b/live-build/auto/config @@ -239,7 +239,7 @@ esac SIGNED_KERNEL_PACKAGE="linux-signed-generic" if [ "${SUBPROJECT:-}" = minimized ]; then - OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal" + OPTS="${OPTS:+$OPTS }--bootstrap-flavour=minimal --linux-packages=linux-image" fi case $PROJECT in