Skip to content

Commit

Permalink
coreos-base/coreos-init: Make sshkeys.service more robust
Browse files Browse the repository at this point in the history
This pulls in
flatcar/init#112
to only run [email protected] when not masked and
also retry on failure.
  • Loading branch information
pothos committed Nov 17, 2023
1 parent 2080a74 commit 2bab5bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog/bugfixes/2023-11-17-sshkeys-service.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Made `sshkeys.service` more robust to only run `[email protected]` when not masked and also retry on failure ([init#112](https://github.com/flatcar/init/pull/112))
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="77ffa7f82b8540d008f47096c74427639b1c1c72" # flatcar-3745-backport
CROS_WORKON_COMMIT="8c9cbf947a0dc646c7fdc282e88f527fd6c2adb6" # flatcar-3745-backport
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 2bab5bb

Please sign in to comment.