From 961cad751cb8fd14ce20c3c8b15a8120db782f1e Mon Sep 17 00:00:00 2001 From: Palash Gandhi <87093175+palash-delphix@users.noreply.github.com> Date: Tue, 5 Sep 2023 06:51:34 -0700 Subject: [PATCH] DLPX-87759 Skip config checks while building the kernel (#299) PR URL: https://www.github.com/delphix/linux-pkg/pull/299 --- default-package-config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/default-package-config.sh b/default-package-config.sh index ee7e8da..aefd455 100644 --- a/default-package-config.sh +++ b/default-package-config.sh @@ -158,10 +158,10 @@ function kernel_build() { # # Here we update the configs used to control the kernel's build # system. This is useful as it allows us to override various - # kernel config options via an OVERRIDES file, which we use to - # disable varous kernel modules that we don't need or want. + # kernel config options via an annotations file, which we use to + # disable various kernel modules that we don't need or want. # - logmust fakeroot debian/rules updateconfigs "${debian_rules_args[@]}" + logmust fakeroot debian/rules updateconfigs "${debian_rules_args[@]}" do_skip_checks=true logmust fakeroot debian/rules "binary" "${debian_rules_args[@]}"