Skip to content

Commit

Permalink
coreos-init: Disable RoutesToDNS setting
Browse files Browse the repository at this point in the history
Pull in this PR flatcar/init#109 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 40cc422 commit a743b7d
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="22c07b1270fb2f40dedef00f0d0fb1699727d995" # flatcar-master
CROS_WORKON_COMMIT="77ffa7f82b8540d008f47096c74427639b1c1c72" # flatcar-3745-backport
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit a743b7d

Please sign in to comment.