From 96ad2be73d39a7ad2776bbc6c9a52a1e7874b236 Mon Sep 17 00:00:00 2001 From: Palash Gandhi Date: Fri, 8 Sep 2023 09:00:03 -0700 Subject: [PATCH] Modify kernel build to include Delphix's custom annotations PR URL: https://www.github.com/delphix/linux-pkg/pull/300 --- default-package-config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/default-package-config.sh b/default-package-config.sh index aefd455..84554c6 100644 --- a/default-package-config.sh +++ b/default-package-config.sh @@ -161,6 +161,8 @@ function kernel_build() { # kernel config options via an annotations file, which we use to # disable various kernel modules that we don't need or want. # + . debian/debian.env + logmust echo 'include "../../debian.delphix/config/annotations"' >>${DEBIAN}/config/annotations logmust fakeroot debian/rules updateconfigs "${debian_rules_args[@]}" do_skip_checks=true logmust fakeroot debian/rules "binary" "${debian_rules_args[@]}"