forked from pool/systemd
.
OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=596
This commit is contained in:
parent
c663e4e04d
commit
6e820c59b0
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 12:19:24 UTC 2014 - werner@suse.de
|
||||
|
||||
- Modify systemd-sleep-grub to let hybrid-sleep.target work even
|
||||
on XEN, changes from Thomas Blume (bnc#873432)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 13:55:36 UTC 2014 - werner@suse.de
|
||||
|
||||
|
@ -50,10 +50,10 @@ getkernels-grub2()
|
||||
fi
|
||||
|
||||
;;
|
||||
linux*noresume*)
|
||||
linux*noresume*|module*xen*noresume*)
|
||||
echo " Skipping grub entry #${J}, because it has the noresume option" >&2
|
||||
;;
|
||||
linux*root=*)
|
||||
linux*root=*|module*xen*root=*)
|
||||
local ROOT
|
||||
ROOT=${LINE#*root=}
|
||||
DUMMY=($ROOT)
|
||||
@ -77,7 +77,7 @@ getkernels-grub2()
|
||||
# DEBUG "Found kernel entry #${I}: '${DUMMY[1]##*/}'" INFO
|
||||
let I++
|
||||
;;
|
||||
linux*)
|
||||
linux*|module*xen*)
|
||||
# a kernel without "root="? We better skip that one...
|
||||
echo " Skipping grub entry #${J}, because it has no root= option" >&2
|
||||
;;
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 12:19:24 UTC 2014 - werner@suse.de
|
||||
|
||||
- Modify systemd-sleep-grub to let hybrid-sleep.target work even
|
||||
on XEN, changes from Thomas Blume (bnc#873432)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 14 13:55:36 UTC 2014 - werner@suse.de
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user