Skip to content

Commit

Permalink
overlay coreos-base/coreos-init: bump revision
Browse files Browse the repository at this point in the history
it pulls:
- flatcar/init#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>
  • Loading branch information
tormath1 committed Sep 12, 2023
1 parent e34e0ba commit 4b3fd0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4b3fd0c

Please sign in to comment.