summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-07-06 12:30:33 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-07-06 12:30:33 +0100
commitcab0443e2508209fab67bfe0f723ee79cc5e2929 (patch)
treed8f86641a1bef0319a014a7653f7ae51143892bb /TODO
parent35d2b05e634bd77b3f3670d8d844caf750607482 (diff)
downloadlibguestfs-cab0443e2508209fab67bfe0f723ee79cc5e2929.tar.gz
libguestfs-cab0443e2508209fab67bfe0f723ee79cc5e2929.tar.xz
libguestfs-cab0443e2508209fab67bfe0f723ee79cc5e2929.zip
Todo: Remote-control guestfish through a pipe.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6a89409e..5b4c8432 100644
--- a/TODO
+++ b/TODO
@@ -178,3 +178,11 @@ Other initrd-* commands, such as:
initrd-extract
initrd-replace
+
+----------------------------------------------------------------------
+
+Control guestfish from a pipe.
+
+For shell scripts - they can start up a long-running guestfish process
+and intermittently send it commands. Avoids the start-up overhead,
+but how do we reliably signal errors? \ No newline at end of file