X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=TODO;h=56fb094d2f3f1691d220531e1b0f451abc6f325b;hb=3cd798a02d9caba1f81b29adf5309201bdd01bb9;hp=d459ab89b4a3929e9df54fb12659631cafcd45f8;hpb=f525e66fbfdceddb54b504c8bb57e9e5c8c76752;p=libguestfs.git diff --git a/TODO b/TODO index d459ab8..56fb094 100644 --- a/TODO +++ b/TODO @@ -232,25 +232,12 @@ http://www.perlmonks.org/index.pl?node_id=582185 Note that pty requires cooperation inside the C code too (there are two sides to a pty, and one has to be handled after the fork). -virt-rescue TERM ----------------- - -Pass TERM from the library, through the kernel command line, to the -init script. - Windows-based daemon/appliance ------------------------------ See discussion on list: https://www.redhat.com/archives/libguestfs/2009-November/msg00165.html -virt-grow, virt-shrink ----------------------- - -Grow and shrink existing guests. The main problem comes with -MBR-style partitions where you have to actually copy data around the -disk (unless you only want to change the final partition). - qemu locking ------------ @@ -271,4 +258,16 @@ anything in a disk image. However this won't work easily for VM disk images in the disk image. One would have to download those to the host and launch another -libguestfs instance. \ No newline at end of file +libguestfs instance. + +List, mount filesystems by UUID and label +----------------------------------------- + +[See related: +http://www.redhat.com/archives/libguestfs/2009-August/msg00031.html] + +List filesystems by UUID or label. + +Mount filesystems by UUID or label. (I'm not really sure if we can do +this at the moment but we ought to be able to do it, and perhaps make +it easier by having a direct command). \ No newline at end of file