mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
coreos-base/coreos-init: Make sshkeys.service more robust
This pulls in https://github.com/flatcar/init/pull/112 to only run coreos-metadata-sshkeys@core.service when not masked and also retry on failure.
This commit is contained in:
parent
2080a74d76
commit
2bab5bb27c
1
changelog/bugfixes/2023-11-17-sshkeys-service.md
Normal file
1
changelog/bugfixes/2023-11-17-sshkeys-service.md
Normal file
@ -0,0 +1 @@
|
||||
- Made `sshkeys.service` more robust to only run `coreos-metadata-sshkeys@core.service` when not masked and also retry on failure ([init#112](https://github.com/flatcar/init/pull/112))
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user