X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=TODO;h=5b4c8432e2e54548eddc0de23e92afd0d943b664;hp=bc009460984de601e27e935c79d45a7a7c14fd79;hb=2e632a654f82a86c0bd29d935d1ed0b5db46113d;hpb=3d15f7e652340777514ff30c3cfc560a90b612ec diff --git a/TODO b/TODO index bc00946..5b4c843 100644 --- a/TODO +++ b/TODO @@ -121,15 +121,14 @@ Extra commands / functionality: grep (do it locally using pipe?) dd (?) ln / ln -s - mknod readlink utime / utimes / futimes / futimens / l.. - mkfifo more mk*temp calls - readdir / readdir-and-stat some sort of alloc/fallocate/posix_fallocate call to create empty space realpath trunc[ate??] + getfattr (also useful because gives us access to NTFS datastreams) + setfattr ext2 properties: chattr @@ -179,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