diff options
author | Karel Zak <kzak@redhat.com> | 2010-10-29 17:51:35 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2010-10-29 17:51:35 +0200 |
commit | 29e6ed5e8f8222b4d54dc63ab3b1014de3e9acc4 (patch) | |
tree | 94279969807a3884adbb86aed2045154d6020cab | |
parent | 5d757a9fdeab9bc3be5c9181abe28b3afe0bd199 (diff) | |
download | util-linux-old-29e6ed5e8f8222b4d54dc63ab3b1014de3e9acc4.tar.gz |
docs: add note about agetty to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r-- | TODO | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,6 @@ libblkid -------- - - remove strerrr() from debug messages (use %m) to make BLKID_DEBUG= output thread-safe @@ -20,6 +19,12 @@ blkid(8) - add a new option (-r) that allows to print removable block devices that are missing in /proc/partitions, see blkid_probe_all_removable(). +agetty: +------ + + - review code and make it more simple for normal console (see mingetty) + - merge functionality from unmaintained mingetty package to agetty + wipefs ------ |