chiark / gitweb /
cryptsetup: add keyfile-size= support
[elogind.git] / TODO
diff --git a/TODO b/TODO
index b9605b5b093a6681915770cd0912da185983bbe7..ac9bae4621daab129e0d35af25c75ae14b2ee51d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -38,18 +38,26 @@ Bugfixes:
   the whole situation leads directly to data loss.
 
 Features:
+* remove Fedora /dev/null logic from localed.c, now that system-config-keyboard is gone
+  delete /etc/X11/xorg.conf.d/00-system-setup-keyboard.conf from spec file
 
-* logind: ignore inactive login screens when checking whether power key should be handled
+* journal: expose current disk usage
 
-* introduce log_oom() or a similar call?
+* logind: return EBUSY when a session is created on a seat+VT that already has one.
 
-* rename "userspace" to "core-os"
+* dracut-shutdown needs to be ordered before unmounting /boot
+
+* wiki: document new logind LockSessions() call
+
+* initialize the hostname from the fs label of /, if /etc/hostname does not exist?
 
-* append ".service" to unit names without any suffix (https://bugs.freedesktop.org/show_bug.cgi?id=39386)
+* logind: different policy actions for idle, suspend, shutdown blockers: allow idle blockers by default, don't allow suspend blockers by default
 
-* journalctl: add --priority switch
+* install README to /etc/rc.d/init.d (if support for that is enabled) helping people who use "ls" there to figure out which services exist.
 
-* journalctl highlight lines based on priorities
+* logind: ignore inactive login screens when checking whether power key should be handled
+
+* rename "userspace" to "core-os"
 
 * systemctl: "Journal has been rotated since unit was started." message is misleading