X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=TODO;h=eb5820ffd9ccaa1345812822cf62331440ae25cb;hp=3b3a1f8641edd0a77bb24fd8c5cd0b20b51ff578;hb=128f822e16bb96677c75b88125e18f48d7ccedaf;hpb=13229b1d54c03be098ab75e6d451b5b46a98550d diff --git a/TODO b/TODO index 3b3a1f8..eb5820f 100644 --- a/TODO +++ b/TODO @@ -118,10 +118,8 @@ Extra commands / functionality: General glibc / core programs: chgrp - head, tail grep (do it locally using pipe?) dd (?) - du ln / ln -s mknod readlink @@ -156,12 +154,19 @@ Extra commands / functionality: pivot_root fts(3) / ftw(3) - guestfish only: - more/less (like cat, but pipes it through $PAGER) - cmd | pipe - cat file | pipe-cmd should have a generic form? like - 'file | less' or 'file | sort'? - ---------------------------------------------------------------------- Allow swap space from the guest to be used. Is it a good idea? + +---------------------------------------------------------------------- + +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). + +---------------------------------------------------------------------- + +Other initrd-* commands, such as: + +initrd-extract +initrd-replace