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 Sep 20, 2023
1 parent 2337580 commit 8b46515
Showing 1 changed file 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="24a29d9036d92a8fe41a0546a756ae54d4c3e069" # TODO: flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi

Expand Down

0 comments on commit 8b46515

Please sign in to comment.