X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=TODO;h=2109e1dfd5bf227162f41582d573757e4f2dfcfd;hp=1d7cb3647d0736ddbb4a2e83324c4eea50053a6c;hb=8f382fd9e7b1745a4b1d6f25f0a775bed2573b8e;hpb=675411d34f807420d1b714436fc5a58fc0022dae diff --git a/TODO b/TODO index 1d7cb36..2109e1d 100644 --- a/TODO +++ b/TODO @@ -111,3 +111,50 @@ PPC problems: ---------------------------------------------------------------------- Supermin appliance should be moved into febootstrap. + +---------------------------------------------------------------------- + +Extra commands / functionality: + + General glibc / core programs: + chgrp + grep (do it locally using pipe?) + dd (?) + du + 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??] + + ext2 properties: + chattr + lsattr + badblocks + blkid + debugfs + dumpe2fs + e2image + e2undo + filefrag + findfs + logsave + mklost+found + + SELinux: + chcat + restorecon + ch??? + + Oddball: + pivot_root + fts(3) / ftw(3) + +---------------------------------------------------------------------- + +Allow swap space from the guest to be used. Is it a good idea?