Skip to content

Commit

Permalink
sys-kernel/bootengine: Use update key for initrd sysext download
Browse files Browse the repository at this point in the history
This pulls in flatcar/bootengine#71
to switch the extension download to use the update server and the update
key for verification of the payloads.
  • Loading branch information
pothos committed Oct 2, 2023
1 parent f6b5913 commit 0acc84b
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="487ae88d11f034da5d81ea8517f637ac416735cf" # flatcar-master
CROS_WORKON_COMMIT="2c0968a0c26a3f39721e76fb99368ee0fabffc7c" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 0acc84b

Please sign in to comment.