Skip to content

Commit 8579d7f

Browse files
committed
bootengine: Disable RoutesToDNS
Pull in this PR flatcar/bootengine#74 to disable a systemd-networkd setting causing unexpected routes to appear. Signed-off-by: Jeremi Piotrowski <[email protected]>
1 parent 203b221 commit 8579d7f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
1010
if [[ "${PV}" == 9999 ]]; then
1111
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
1212
else
13-
CROS_WORKON_COMMIT="26f2f279c10a55fedac23dae896b980e7c8967f1" # flatcar-3510-backport
13+
CROS_WORKON_COMMIT="3b79890db26b2cb0168f0dcc3d695568deab05b5" # flatcar-3510-backport
1414
KEYWORDS="amd64 arm arm64 x86"
1515
fi
1616

0 commit comments

Comments
 (0)