summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2011-02-14 18:56:51 +0100
committerLennart Poettering <lennart@poettering.net>2011-02-14 18:56:55 +0100
commitf212ac125fb0f8dda6ed9ac50b0c315dd4f58974 (patch)
treeaf0d02e95604de169248a5806d2ba07a14f7b8b3 /TODO
parent7a57b332d0a0b229c1c24278840aebd19efe9ffe (diff)
getty: do not auto-spawn getty's on VC ttys if console=ttyN is used
https://bugzilla.redhat.com/show_bug.cgi?id=676885
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 5ec7487e47..b2b9682678 100644
--- a/TODO
+++ b/TODO
@@ -11,6 +11,10 @@ Bugs:
Features:
+* look up crypto partition mount points via fstab to show to the user when prompting for a password
+
+* prohibit socket activation of sysv services
+
* Maybe store in unit files whether a service should be enabled by default on package installation
* perhaps add "systemctl reenable" as combination of "systemctl disable" and "systemctl enable"