mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-05 12:16:41 +02:00
coreos-init: Disable RoutesToDNS setting
Pull in this PR https://github.com/flatcar/init/pull/109/ to disable a systemd-networkd setting causing unexpected routes to appear. Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
parent
40cc422739
commit
a743b7dcdc
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user