Skip to content

Commit a2cb8d0

Browse files
committed
DLPX-87759 Skip config checks while building the kernel
PR URL: https://www.github.com/delphix/linux-pkg/pull/299
1 parent bcdf69c commit a2cb8d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

default-package-config.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,10 @@ function kernel_build() {
158158
#
159159
# Here we update the configs used to control the kernel's build
160160
# system. This is useful as it allows us to override various
161-
# kernel config options via an OVERRIDES file, which we use to
162-
# disable varous kernel modules that we don't need or want.
161+
# kernel config options via an annotations file, which we use to
162+
# disable various kernel modules that we don't need or want.
163163
#
164-
logmust fakeroot debian/rules updateconfigs "${debian_rules_args[@]}"
164+
logmust fakeroot debian/rules updateconfigs "${debian_rules_args[@]}" do_skip_checks=true
165165

166166
logmust fakeroot debian/rules "binary" "${debian_rules_args[@]}"
167167

0 commit comments

Comments
 (0)