summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2010-10-29 17:51:35 +0200
committerKarel Zak <kzak@redhat.com>2010-10-29 17:51:35 +0200
commit29e6ed5e8f8222b4d54dc63ab3b1014de3e9acc4 (patch)
tree94279969807a3884adbb86aed2045154d6020cab
parent5d757a9fdeab9bc3be5c9181abe28b3afe0bd199 (diff)
downloadutil-linux-old-29e6ed5e8f8222b4d54dc63ab3b1014de3e9acc4.tar.gz
docs: add note about agetty to TODO
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--TODO7
1 files changed, 6 insertions, 1 deletions
diff --git a/TODO b/TODO
index 6388f499..e827ac30 100644
--- a/TODO
+++ b/TODO
@@ -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
------