diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-06 12:30:33 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-07-06 12:30:33 +0100 |
commit | cab0443e2508209fab67bfe0f723ee79cc5e2929 (patch) | |
tree | d8f86641a1bef0319a014a7653f7ae51143892bb /TODO | |
parent | 35d2b05e634bd77b3f3670d8d844caf750607482 (diff) | |
download | libguestfs-cab0443e2508209fab67bfe0f723ee79cc5e2929.tar.gz libguestfs-cab0443e2508209fab67bfe0f723ee79cc5e2929.tar.xz libguestfs-cab0443e2508209fab67bfe0f723ee79cc5e2929.zip |
Todo: Remote-control guestfish through a pipe.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |