summaryrefslogtreecommitdiff
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
parent3ccf61268fc500ec0fbc28c432f279c4b4aa8642 (diff)
parent9259d0e23ed09d1f9ea6b04e916df191181eadcb (diff)
downloadsystemd-1634ebb54a8955ab01dac9a59fc16f02f16cf007.tar.gz
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 13af83dfe6..f72dd0f718 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.