chiark / gitweb /
cryptsetup: RequiresMountsFor if source is a file
[elogind.git] / TODO
diff --git a/TODO b/TODO
index 3bf442b7d912663dbbb9976e7131d1df4b0b2e01..5009653dd17848c05a868ae9dc5d46e9af4c2432 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,7 @@
 Bugfixes:
+* systemctl completion doesn't want to start failed systemd-tmpfiles-setup.service
+  systemctl --system show -p Fr<TAB> default.target doesn't show anything
+
 * systemd-journald seems to randomly hang on shutdown, likely not handling
   SIGTERM, shutdown blocks until we send SIGKILL at the very end.
 
@@ -19,6 +22,8 @@ Bugfixes:
 
 * suppress log output on shutdown when "quiet" is used
 
+* systemctl delete x.snapshot leaves no trace in logs (at least at default level).
+
 Fedora 19:
 
 * make anaconda write timeout=0 for encrypted devices
@@ -47,8 +52,6 @@ Fedora 19:
 
 Features:
 
-* snapshots really should be isolatable, but currently aren't.
-
 * seems that when we follow symlinks to units we prefer the symlink
   destination path over /etc and /usr. We shouldn't do that. Instead
   /etc should always override /run+/usr and also any symlink
@@ -362,7 +365,6 @@ Features:
 
 * cryptsetup:
   - cryptsetup-generator: warn if the password files are world-readable
-  - cryptsetup-generator: add RequiresMountsFor= to cryptseup service files referencing a file, similar for devices
   - cryptsetup-generator: allow specification of passwords in crypttab itself
   - move cryptsetup key caching into kernel keyctl?
     https://bugs.freedesktop.org/show_bug.cgi?id=54982