Browse Source
Merge pull request #157 from lluiscampos/MEN-2791-switch-to-new-grub-efi-binaries
Switch to version based location in S3 bucket for GRUB EFI binaries
2.0.x
Lluis Campos
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
configs/mender_grub_config
|
|
@ -32,4 +32,4 @@ MENDER_GRUB_KERNEL_IMAGETYPE="" |
|
|
|
# if was not possible to auto-detect |
|
|
|
MENDER_GRUB_INITRD_IMAGETYPE="" |
|
|
|
|
|
|
|
MENDER_GRUB_BINARY_STORAGE_URL="${MENDER_STORAGE_URL}/mender-convert/grub-efi" |
|
|
|
MENDER_GRUB_BINARY_STORAGE_URL="${MENDER_STORAGE_URL}/mender-convert/grub-efi/2.04" |
|
|
|