Skip to content

Commit

Permalink
Modify kernel build to include Delphix's custom annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
palash-gandhi committed Sep 8, 2023
1 parent 961cad7 commit df61a60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions default-package-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ function kernel_build() {
# kernel config options via an annotations file, which we use to
# disable various kernel modules that we don't need or want.
#
. debian/debian.env
echo 'include "../../debian.delphix/config/annotations"' >>${DEBIAN}/config/annotations
logmust fakeroot debian/rules updateconfigs "${debian_rules_args[@]}" do_skip_checks=true

logmust fakeroot debian/rules "binary" "${debian_rules_args[@]}"
Expand Down

0 comments on commit df61a60

Please sign in to comment.