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 643cd53 commit 8b1fbbb
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="5b0c6050c8f3e0daf940ca7000d5924a8f73052d" # flatcar-3602-backport
CROS_WORKON_COMMIT="325e7ede6dc51e6ed7ef1f39876b48e0736c0989" # flatcar-3602-backport
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 8b1fbbb

Please sign in to comment.