todo documentation: remove 'virt-grow/shrink', see virt-resize
[libguestfs.git] / TODO
diff --git a/TODO b/TODO
index d459ab8..a0e8390 100644 (file)
--- 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
 ------------