Merge pull request #3368 from flatcar/scripts

sys-kernel/bootengine: Support custom release server URLs
This commit is contained in:
Kai Lueke 2025-10-29 17:19:56 +09:00
commit b4f8863ed0
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