Browse Source

Merge pull request #526 from kacf/grub-mender-grubenv_lock

fix: Update to grub-mender-grubenv with lock fix.
4.0.x
Kristian Amlie 2 years ago
committed by GitHub
parent
commit
280ad24cc3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      configs/mender_grub_config

2
configs/mender_grub_config

@ -26,7 +26,7 @@ GRUB_VERSION=2.04
MENDER_GRUB_KERNEL_BOOT_ARGS=""
# grub-mender-grubenv is the Mender integration for the GRUB bootloader
MENDER_GRUBENV_VERSION="081c20bc7e047c6cd381e39919bdfbdd34f48849"
MENDER_GRUBENV_VERSION="237750780c518043603b73a911b4a6de076c0437"
MENDER_GRUBENV_URL="${MENDER_GITHUB_ORG}/grub-mender-grubenv/archive/${MENDER_GRUBENV_VERSION}.tar.gz"
# Name of the storage device containing root filesystem partitions in GRUB

Loading…
Cancel
Save