sys-kernel/bootengine: Support custom release server URLs

This pulls in https://github.com/flatcar/bootengine/pull/112 to support
kernel cmdline parameters that specify a custom release server URL to
use for downloading Flatcar extensions.

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
This commit is contained in:
Kai Lueke 2025-10-13 22:14:40 +09:00
parent 6367cdd3c7
commit 792d975784
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- Added support for the kernel cmdline parameters `flatcar.release_file_server_url` and `flatcar.dev_file_server_url` to specify custom servers where Flatcar extensions should be downloaded on boot ([bootengine#112](https://github.com/flatcar/bootengine/pull/112))

View File

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