]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
docs: update TODO file
authorKarel Zak <kzak@redhat.com>
Tue, 21 Oct 2014 12:24:00 +0000 (14:24 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 21 Oct 2014 12:24:00 +0000 (14:24 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
Documentation/TODO

index df3d4b825aff2ecbd6d24d96e28d5540bc521a2a..6d96e426896d913b6baa2fb8891ba33d8ca03dbe 100644 (file)
@@ -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