summaryrefslogtreecommitdiffstats
path: root/Documentation/TODO
diff options
context:
space:
mode:
authorKarel Zak2014-10-21 14:24:00 +0200
committerKarel Zak2014-10-21 14:24:00 +0200
commit04c107ebeb509d664ea18270fe186513dc04fc1b (patch)
treeaace92e57c0a5832ac66943a5596715d368d84ee /Documentation/TODO
parenthwclock: Reduce drift factor update period (diff)
downloadkernel-qcow2-util-linux-04c107ebeb509d664ea18270fe186513dc04fc1b.tar.gz
kernel-qcow2-util-linux-04c107ebeb509d664ea18270fe186513dc04fc1b.tar.xz
kernel-qcow2-util-linux-04c107ebeb509d664ea18270fe186513dc04fc1b.zip
docs: update TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/TODO')
-rw-r--r--Documentation/TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index df3d4b825..6d96e4268 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -1,6 +1,20 @@
Note that items with (!) have high priority.
+agetty
+-----
+ - support default issue (/etc/issue) output for agetty to make it agetty
+ usable on systems with empty /etc.
+
+ This change is little bit controversial, because now agetty prints nothing
+ by default and it's probably used by admins to hide information about the
+ system to unauthorized users. We already have --noissue to disable issue
+ output. The question is if admins use this option, "rm /etc/issue" is
+ probably easer than modify inittab (or systemd unit file).
+
+ Maybe we can implement it by --enable-agetty-default-issue compile option and
+ move the decision to downstream maintainers ;-)
+
swapon
------
- (!) add option -o to specify swap options on command line in fstab notation