X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=TODO;h=56b429a98bc8215607e39b910ec80051f23f8e5f;hp=d459ab89b4a3929e9df54fb12659631cafcd45f8;hb=199f218bf431b77c12a728f7072bed1553a0f0af;hpb=3b759fe7fe568a3d643ee99e0aef0adaf163d1e5 diff --git a/TODO b/TODO index d459ab8..56b429a 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).