overlay coreos-base/coreos-init: bump revision

it pulls:
- https://github.com/flatcar/init/pull/105

which fixes:
```
 --- FAIL: cl.ignition.oem.regular (40.94s)
         harness.go:582: Found systemd unit failed to start (coreos-metadata Metadata Agent (SSH Keys).
) on machine 581c5b30-3313-45d9-ae82-d310681cba7e console
```

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2023-09-12 11:01:14 +02:00
parent e34e0ba212
commit 4b3fd0c6df
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8
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="a7c8b0c7ba4209e520532d1b92131e8ad23c40fb" # flatcar-master
CROS_WORKON_COMMIT="2815942c231c6556356eea59a8c15d9685338a06" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi