summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2010-09-15 16:37:24 +0100
committerRichard Jones <rjones@redhat.com>2010-09-15 16:37:24 +0100
commit43d5ea6f1ed4cc74c521e4d2b0eec6110f5c44fd (patch)
tree6e428262c9009bf022ab4074e64ae5cedd77f70f /TODO
parentc98f0733616c900a021136a6753308a673df0afa (diff)
downloadlibguestfs-43d5ea6f1ed4cc74c521e4d2b0eec6110f5c44fd.tar.gz
libguestfs-43d5ea6f1ed4cc74c521e4d2b0eec6110f5c44fd.tar.xz
libguestfs-43d5ea6f1ed4cc74c521e4d2b0eec6110f5c44fd.zip
todo: More use of libblkid.
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index 306f2229..7fa3215b 100644
--- a/TODO
+++ b/TODO
@@ -371,3 +371,15 @@ Display image as 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).