Browse Source

fix(grub-mender-grubenv): Boot failure because of missing storage.

Changelog: grub-mender-grubenv: Fix boot failure because
`mender_grub_storage_device` is not exported correctly.

Ticket: None

Signed-off-by: Kristian Amlie <kristian.amlie@northern.tech>
master
Kristian Amlie 2 years ago
parent
commit
8203400d62
No known key found for this signature in database GPG Key ID: F464407C996AF03F
  1. 2
      configs/mender_grub_config

2
configs/mender_grub_config

@ -26,7 +26,7 @@ GRUB_VERSION=2.04
MENDER_GRUB_KERNEL_BOOT_ARGS="" MENDER_GRUB_KERNEL_BOOT_ARGS=""
# grub-mender-grubenv is the Mender integration for the GRUB bootloader # grub-mender-grubenv is the Mender integration for the GRUB bootloader
MENDER_GRUBENV_VERSION="eeb7ebd9e6558cf6bbe661b4f2e4e45d52efa305" MENDER_GRUBENV_VERSION="a525df022c10950ddbadad05adaefe7b2451ec62"
MENDER_GRUBENV_URL="${MENDER_GITHUB_ORG}/grub-mender-grubenv/archive/${MENDER_GRUBENV_VERSION}.tar.gz" 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 # Name of the storage device containing root filesystem partitions in GRUB

Loading…
Cancel
Save