summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-09-17 12:39:16 +0200
committerLennart Poettering <lennart@poettering.net>2012-09-17 12:39:16 +0200
commit98a77df5fe8591034c48e5d56d903ee268de37f9 (patch)
treef7e3bed02ed12414e71a0b250710d5b9ab7d080d /TODO
parent4db17f291c627c885de668200ff8cce2e57c933f (diff)
logind: make sure there's always a getty available on TTY6
Previously, if X allocated all 6 TTYs (for multi-session for example) no getty would be available anymore to guarantee console-based logins. With the new ReserveVT= switch in logind.conf we can now choose one VT (6 by default) that will always be subject to autovt-style activation, i.e. we'll always have a getty on TTY6, and X will never take possession of it.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index b3c335ee35..8c31c74571 100644
--- a/TODO
+++ b/TODO
@@ -55,10 +55,10 @@ F18:
* selinux: merge systemd selinux access controls (dwalsh)
-* make logind reserve tty6 or so for text logins, so that gdm never picks it up
-
Features:
+* move cryptsetup key caching into kernel keyctl?
+
* make nspawn work without terminal
* hw watchdog: optionally try to use the preset watchdog timeout instead of always overriding it