mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-21 12:21:16 +02:00
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:
parent
6367cdd3c7
commit
792d975784
1
changelog/changes/2025-10-13-custom-release-server.md
Normal file
1
changelog/changes/2025-10-13-custom-release-server.md
Normal 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))
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user