X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=TODO;h=2833d461c658664f3cb4353e5aab8026c611abc4;hp=12b1ce6805f1781cf03b69a875ce0300b2205de8;hb=d37f69795396ec2354eb2d8480d64b9e5bdafacc;hpb=8869adf1e811d894088dbb0f371edc23299005c8 diff --git a/TODO b/TODO index 12b1ce6..2833d46 100644 --- a/TODO +++ b/TODO @@ -264,3 +264,19 @@ quickly, eg: load ext2 Maybe it's better to create these on the fly? + +virt-rescue pty +--------------- + +See: +http://search.cpan.org/~rgiersig/IO-Tty-1.08/Pty.pm +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.