todo: More use of libblkid.
authorRichard Jones <rjones@redhat.com>
Wed, 15 Sep 2010 15:37:24 +0000 (16:37 +0100)
committerRichard Jones <rjones@redhat.com>
Wed, 15 Sep 2010 15:37:24 +0000 (16:37 +0100)
TODO

diff --git a/TODO b/TODO
index 306f222..7fa3215 100644 (file)
--- a/TODO
+++ b/TODO
@@ -371,3 +371,15 @@ Display image as PS
 -------------------
 
 Display the structure of an image file as a PS.
 -------------------
 
 Display the structure of an image file as a PS.
+
+Greater use of blkid / libblkid
+-------------------------------
+
+guestfs_zero should use wipefs.  See wipefs(8).
+
+There are various useful functions in libblkid for listing partitions,
+devices etc which we are essentially duplicating in the daemon.  It
+would make more sense to just use libblkid for this.
+
+There are some places where we call out to the 'blkid' program.  This
+might be replaced by direct use of the library (if this is easier).