We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdf69c commit 961cad7Copy full SHA for 961cad7
1 file changed
default-package-config.sh
@@ -158,10 +158,10 @@ function kernel_build() {
158
#
159
# Here we update the configs used to control the kernel's build
160
# 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.
+ # kernel config options via an annotations file, which we use to
+ # disable various kernel modules that we don't need or want.
163
164
- logmust fakeroot debian/rules updateconfigs "${debian_rules_args[@]}"
+ logmust fakeroot debian/rules updateconfigs "${debian_rules_args[@]}" do_skip_checks=true
165
166
logmust fakeroot debian/rules "binary" "${debian_rules_args[@]}"
167
0 commit comments