SHA256
1
0
forked from pool/grub2

Accepting request 703735 from home:rwill:branches:Base:System

- Check/refresh zipl-kernel before hibernate on s390x.  (bsc#940457)
  (Getting rid of hardcoded 'vmlinuz', which failed on PPC as well.)
- Try to refresh zipl-kernel on failed kexec.  (bsc#1127293)
- Fully support "previous" zipl-kernel,
  with 'mem=1G' being available on dedicated entries.  (bsc#928131)

OBS-URL: https://build.opensuse.org/request/show/703735
OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=333
This commit is contained in:
2019-05-20 06:03:38 +00:00
committed by Git OBS Bridge
parent 591f180452
commit df62b2deb2
6 changed files with 464 additions and 94 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri May 17 13:57:29 UTC 2019 - rw@suse.com
- Check/refresh zipl-kernel before hibernate on s390x. (bsc#940457)
(Getting rid of hardcoded 'vmlinuz', which failed on PPC as well.)
* grub2-systemd-sleep.sh
-------------------------------------------------------------------
Fri May 17 12:22:55 UTC 2019 - rw@suse.com
- Try to refresh zipl-kernel on failed kexec. (bsc#1127293)
* grub2-s390x-04-grub2-install.patch
- Fully support "previous" zipl-kernel,
with 'mem=1G' being available on dedicated entries. (bsc#928131)
* grub2-s390x-09-improve-zipl-setup.patch
- Refresh
* grub2-zipl-setup-fix-btrfs-multipledev.patch
-------------------------------------------------------------------
Fri May 3 02:42:27 UTC 2019 - mchang <mchang@suse.com>