From: Karel Zak Date: Tue, 21 Oct 2014 12:24:00 +0000 (+0200) Subject: docs: update TODO file X-Git-Tag: v2.26-rc1~288 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04c107ebeb509d664ea18270fe186513dc04fc1b;p=thirdparty%2Futil-linux.git docs: update TODO file Signed-off-by: Karel Zak --- diff --git a/Documentation/TODO b/Documentation/TODO index df3d4b825a..6d96e42689 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