Skip to content

Commit

Permalink
bootengine: Disable RoutesToDNS
Browse files Browse the repository at this point in the history
Pull in this PR flatcar/bootengine#74 to disable a
systemd-networkd setting causing unexpected routes to appear.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
  • Loading branch information
jepio committed Oct 12, 2023
1 parent 8b1fbbb commit 22cab0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="3c28749ae0289365047b1f9520d1789646196df1" # flatcar-3602-backport
CROS_WORKON_COMMIT="5db3a7eaf06e0d01937689b8bac619db8634b5a4" # flatcar-3602-backport
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 22cab0f

Please sign in to comment.