diff options
author | Richard Jones <rjones@redhat.com> | 2010-09-15 16:37:24 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2010-09-15 16:37:24 +0100 |
commit | 43d5ea6f1ed4cc74c521e4d2b0eec6110f5c44fd (patch) | |
tree | 6e428262c9009bf022ab4074e64ae5cedd77f70f /TODO | |
parent | c98f0733616c900a021136a6753308a673df0afa (diff) | |
download | libguestfs-43d5ea6f1ed4cc74c521e4d2b0eec6110f5c44fd.tar.gz libguestfs-43d5ea6f1ed4cc74c521e4d2b0eec6110f5c44fd.tar.xz libguestfs-43d5ea6f1ed4cc74c521e4d2b0eec6110f5c44fd.zip |
todo: More use of libblkid.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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). |