X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=TODO;h=5275415fc8d0be011fbb4045ed24228abfb2536a;hp=7fa3215b3100a77ed18fa6f9a7aecb6bbc4bb251;hb=f6fda69953ca110104481f1263ec9a96e74dbb88;hpb=43d5ea6f1ed4cc74c521e4d2b0eec6110f5c44fd diff --git a/TODO b/TODO index 7fa3215..5275415 100644 --- a/TODO +++ b/TODO @@ -347,14 +347,7 @@ Common problems How can we solve these common user problems? -- http://lists.fedoraproject.org/pipermail/users/2010-June/374931.html - In guestfish, specified -m non-existent filesystem. We could suggest - a list of filesystems, or suggest they run the virt-list-filesystems - command. - - Related to the above: There should be an API call to list all - mountable / accessible devices. Or a guestfish command to replace - list-devices, list-partitions, lvs, vfs-type. +[space for common problems here] Better support for encrypted devices ------------------------------------ @@ -383,3 +376,9 @@ 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). + +Remove repo from appliance name +------------------------------- + +There's no need to have the appliance name contain the repository name +(ie initramfs.x86_64.img instead of initramfs.fedora-13.x86_64.img).