summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-12-21 11:01:34 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2018-12-21 18:23:17 +0100
commit8340b762e4f597e98a72de1385e74b9be04e521d (patch)
treebeabe314dc84d4866c53c5264a03174ba55d2272 /NEWS
parent44f52cce9ee9976b465841a811a7a9963947bc7d (diff)
downloadsystemd-8340b762e4f597e98a72de1385e74b9be04e521d.tar.gz
Revert "sleep: offer hibernation only if the kernel image still exists"
This reverts commit edda44605f06a41fb86b7ab8128dcf99161d2344. The kernel explicitly supports resuming with a different kernel than the one used before hibernation. If this is something that shouldn't be supported, the place to change this is in the kernel. We shouldn't censor something that this exclusively in the kernel's domain. People might be using this to switch kernels without restaring programs, and we'd break this functionality for them. Also, even if resuming with a different kernel was a bad idea, we don't really prevent that with this check, since most users have more than one kernel and can freely pick a different one from the menu. So this only affected the corner case where the kernel has been removed, but there is no reason to single it out.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index be4fc55a39..2a5d62337c 100644
--- a/NEWS
+++ b/NEWS
@@ -175,9 +175,6 @@ CHANGES WITH 240 in spe:
* Most configuration options that previously accepted percentage values
now also accept permille values with the '‰' suffix (instead of '%').
- * systemd-logind will offer hibernation only if the currently used
- kernel image is still available on disk.
-
* systemd-resolved may now optionally use OpenSSL instead of GnuTLS for
DNS-over-TLS.