X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=TODO;h=16d6880e519088dfda2bbef11e27834edacb8a2a;hb=9c32abcbf6d5c3350e8e3ec4ab6cb4a8c4d1392f;hp=8e3a184a5467510909467d33ed46903284e4c7bd;hpb=e820df70c7c7486cc4d5cc9f3e7ddbbae195fd41;p=libguestfs.git diff --git a/TODO b/TODO index 8e3a184..16d6880 100644 --- a/TODO +++ b/TODO @@ -14,11 +14,11 @@ http://sourceforge.net/project/showfiles.php?group_id=121684&package_id=150116 ---------------------------------------------------------------------- -BufferIn and BufferOut should turn into and simple -strings in other languages that can handle 8 bit clean strings. +BufferIn should turn into and simple strings in other +languages that can handle 8 bit clean strings. + Limit on transfers would still be 2MB for these types. - then implement write-file properly - - and implement read-file ---------------------------------------------------------------------- @@ -121,12 +121,9 @@ 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??] @@ -160,10 +157,6 @@ Allow swap space from the guest to be used. Is it a good idea? ---------------------------------------------------------------------- -Allow memsize to be configured (ie. guestfs_set_memsize etc) - ----------------------------------------------------------------------- - Need a way to query a binary or library file for its architecture. Using objdump or readelf? What about non-ELF files (eg. Windows, BSD). @@ -183,3 +176,25 @@ Other initrd-* commands, such as: initrd-extract initrd-replace + +---------------------------------------------------------------------- + +Some easy non-Augeas methods to edit configuration files. +I'm thinking: + + replace /etc/file key value + +which would look in /etc/file for any instances of + + key=... + key ... + key:... + +and replace them with + + key=value + key value + key:value + +That would solve about 50% of reconfiguration needs, and for the +rest you'd use Augeas, 'download'+'upload' or 'edit'.