From 8d56f646193ecfa2bc593e779f75d1b206b33cfb 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..12d0ed2 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 + 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[@]}"