2014-01-28 12:57:54 +00:00
committed by Git OBS Bridge
parent 8fcacb0a40
commit 0534e50b68
6 changed files with 660 additions and 0 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 28 12:44:07 UTC 2014 - werner@suse.de
- Add patch 0001-upstream-systemctl-halt-reboot-error-handling.patch
to be able to detect if the sysctl reboot() returns.
- Add patch 0001-add-hdflush-for-reboot-or-hddown-for-poweroff.patch
A check for unmaintained disk like devices is added to be able to
flush and maybe shut them down. Also the missing sync() system
call is added for the direct halt/reboot systemctl command. Then
the system halt is used as fallback if poweroff fails for both
the direct poweroff systemctl command as well as for the
systemd-shutdown utility.
-------------------------------------------------------------------
Thu Jan 23 13:24:53 UTC 2014 - werner@suse.de