coreos-base/coreos-init: enable SSH keys injection for Scaleway

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2025-09-16 11:30:27 +02:00
parent ff9b412284
commit c683bab52f
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ EGIT_REPO_URI="https://github.com/flatcar/init.git"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
EGIT_COMMIT="dd9cbe449efb7134f885b07b16425eb51fb808a8" # flatcar-master
EGIT_COMMIT="ba8eefbeaf0bc272828637506a2e70c7630922c8" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi