aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-10-08 21:39:54 +0200
committerGitHub <noreply@github.com>2018-10-08 21:39:54 +0200
commit1634ebb54a8955ab01dac9a59fc16f02f16cf007 (patch)
tree6ec49af7c236c2d5d210744dc7403da9a06d5f45 /TODO
parentmount-util: show mount source in failure log message (#10312) (diff)
parentTODO: remove entry (diff)
downloadsystemd-1634ebb54a8955ab01dac9a59fc16f02f16cf007.tar.gz
systemd-1634ebb54a8955ab01dac9a59fc16f02f16cf007.tar.bz2
systemd-1634ebb54a8955ab01dac9a59fc16f02f16cf007.zip
Merge pull request #10262 from keszybz/hibres-disable
Switches to disable hibernation and/or resuming
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 2 insertions, 5 deletions
diff --git a/TODO b/TODO
index 13af83dfe..f72dd0f71 100644
--- a/TODO
+++ b/TODO
@@ -96,11 +96,8 @@ Features:
1. add resume_offset support to the resume code (i.e. support swap files
properly)
- 2. check of swap is on weird storage and refuse if so
- 3. add env-var based option to disable hibernation
- 4. figure out what to do with swap-on-luks
- 5. add autodetection of hibernation images, and add "noresume" to disable
- this
+ 2. check if swap is on weird storage and refuse if so
+ 3. add autodetection of hibernation images
* cgroups: use inotify to get notified when somebody else modifies cgroups
owned by us, then log a friendly warning.