Accepting request 743474 from home:bmwiedemann:branches:Base:System
Fix grub2.sleep to load old kernel after hibernation (boo#1154783) OBS-URL: https://build.opensuse.org/request/show/743474 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=342
This commit is contained in:
parent
5c5a86e543
commit
d4f499662c
@ -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"
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 28 11:52:19 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Fix grub2.sleep to load old kernel after hibernation (boo#1154783)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 08:05:19 UTC 2019 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user