diff --git a/grub2-systemd-sleep.sh b/grub2-systemd-sleep.sh index 4cb7bbb..8811803 100644 --- a/grub2-systemd-sleep.sh +++ b/grub2-systemd-sleep.sh @@ -201,7 +201,7 @@ check-setup() { local WANT="$VMLINUZ-$1" - [ -n "$GRUB_SETUP" ] || return + [ -n "$GRUB_SETUP" ] || return 0 # implementation below is s390x-only (for now) echo "INFO: check-setup \"$WANT\" .." HAVE="/boot/zipl/$VMLINUZ" diff --git a/grub2.changes b/grub2.changes index 04e3484..1e1f7bf 100644 --- a/grub2.changes +++ b/grub2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 28 11:52:19 UTC 2019 - Bernhard Wiedemann + +- Fix grub2.sleep to load old kernel after hibernation (boo#1154783) + ------------------------------------------------------------------- Tue Oct 22 08:05:19 UTC 2019 - Andreas Schwab