Skip to content

Commit e7de1c8

Browse files
author
Delphix Engineering
committed
Merge remote-tracking branch 'origin/6.0/stage'
2 parents 8b6aff3 + fe0769a commit e7de1c8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

default-package-config.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,14 @@ function kernel_build() {
155155
local build_deps_tool="apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes"
156156
logmust sudo mk-build-deps --install debian/control --tool "${build_deps_tool}"
157157

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.
163+
#
164+
logmust fakeroot debian/rules updateconfigs "${debian_rules_args[@]}"
165+
158166
logmust fakeroot debian/rules "binary" "${debian_rules_args[@]}"
159167

160168
logmust cd "$WORKDIR"

0 commit comments

Comments
 (0)