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.

Co-authored-by: Jeremi Piotrowski <[email protected]>
Signed-off-by: Sayan Chowdhury <[email protected]>
  • Loading branch information
sayanchowdhury and jepio committed Oct 17, 2023
1 parent 2cd5822 commit 9630169
Showing 1 changed file 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="3b79890db26b2cb0168f0dcc3d695568deab05b5" # flatcar-3510-backport
CROS_WORKON_COMMIT="d33a8f0e8ba16a9da632652a1ca152d4777cd575" # flatcar-3510-backport
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 9630169

Please sign in to comment.