From a2cb8d03ea15021768f229430a42f984fe003da1 Mon Sep 17 00:00:00 2001 From: Palash Gandhi Date: Fri, 1 Sep 2023 12:35:55 -0700 Subject: [PATCH] DLPX-87759 Skip config checks while building the kernel 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 ee7e8da9..aefd455a 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[@]}"