diff --git a/systemd-mini.changes b/systemd-mini.changes index ccc8c27f..662991b3 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -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 diff --git a/systemd-sleep-grub b/systemd-sleep-grub index beeed387..5cd8bef3 100644 --- a/systemd-sleep-grub +++ b/systemd-sleep-grub @@ -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 ;; diff --git a/systemd.changes b/systemd.changes index ccc8c27f..662991b3 100644 --- a/systemd.changes +++ b/systemd.changes @@ -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