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
4405a17824
commit
6ba3a2126f
@ -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
|
Mon Apr 14 13:55:36 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
@ -50,10 +50,10 @@ getkernels-grub2()
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
;;
|
;;
|
||||||
linux*noresume*)
|
linux*noresume*|module*xen*noresume*)
|
||||||
echo " Skipping grub entry #${J}, because it has the noresume option" >&2
|
echo " Skipping grub entry #${J}, because it has the noresume option" >&2
|
||||||
;;
|
;;
|
||||||
linux*root=*)
|
linux*root=*|module*xen*root=*)
|
||||||
local ROOT
|
local ROOT
|
||||||
ROOT=${LINE#*root=}
|
ROOT=${LINE#*root=}
|
||||||
DUMMY=($ROOT)
|
DUMMY=($ROOT)
|
||||||
@ -77,7 +77,7 @@ getkernels-grub2()
|
|||||||
# DEBUG "Found kernel entry #${I}: '${DUMMY[1]##*/}'" INFO
|
# DEBUG "Found kernel entry #${I}: '${DUMMY[1]##*/}'" INFO
|
||||||
let I++
|
let I++
|
||||||
;;
|
;;
|
||||||
linux*)
|
linux*|module*xen*)
|
||||||
# a kernel without "root="? We better skip that one...
|
# a kernel without "root="? We better skip that one...
|
||||||
echo " Skipping grub entry #${J}, because it has no root= option" >&2
|
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
|
Mon Apr 14 13:55:36 UTC 2014 - werner@suse.de
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user