bootengine: Disable RoutesToDNS

Pull in this PR https://github.com/flatcar/bootengine/pull/74 to disable a
systemd-networkd setting causing unexpected routes to appear.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2023-10-04 11:25:04 +02:00
parent 203b221b03
commit 8579d7f236
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="26f2f279c10a55fedac23dae896b980e7c8967f1" # flatcar-3510-backport
CROS_WORKON_COMMIT="3b79890db26b2cb0168f0dcc3d695568deab05b5" # flatcar-3510-backport
KEYWORDS="amd64 arm arm64 x86"
fi