Skip to content

Commit

Permalink
Merge pull request #553 from kacf/3.0.x
Browse files Browse the repository at this point in the history
fix(grub-mender-grubenv): Boot failure because of missing storage.
  • Loading branch information
kacf committed Mar 2, 2023
2 parents 42f45dd + 9856d13 commit a927257
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ build:
services:
- docker:dind
tags:
- mender-qa-slave
- mender-qa-worker-generic
before_script:
- apt update && apt install -yy bash wget xz-utils awscli docker.io curl

Expand Down Expand Up @@ -162,7 +162,7 @@ convert_raspbian_raspberrypi4:
services:
- docker:dind
tags:
- mender-qa-slave
- mender-qa-worker-mender-convert-tests
timeout: 2h
before_script:
- *bash_helpers
Expand Down
2 changes: 1 addition & 1 deletion configs/mender_grub_config
Original file line number Diff line number Diff line change
Expand Up @@ -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="eeb7ebd9e6558cf6bbe661b4f2e4e45d52efa305"
MENDER_GRUBENV_VERSION="a525df022c10950ddbadad05adaefe7b2451ec62"
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
Expand Down

0 comments on commit a927257

Please sign in to comment.