Merge pull request #2120 from flatcar-linux/tormath1/wg-vmware

coreos-base/coreos-init: sync commit ID
This commit is contained in:
Mathieu Tortuyaux 2022-08-29 11:30:12 +02:00 committed by GitHub
commit 0eca15c0e1
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- VMWare: excluded `wireguard` (and others) from `systemd-networkd` management. ([init#80](https://github.com/flatcar-linux/init/pull/80))

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86" KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else else
CROS_WORKON_COMMIT="0a77e274e05a4db82d18ad6d20d23b3cbdf31e2f" # flatcar-master CROS_WORKON_COMMIT="ffa29e69243a5752b44e03642634b67261275b67" # flatcar-master
KEYWORDS="amd64 arm arm64 x86" KEYWORDS="amd64 arm arm64 x86"
fi fi