X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=TODO;h=bfcc477d37a983f124cadf58dd182c6018b78cfb;hp=28b884f05c31e78ee589d5cc6bf0b2de3fa25e5a;hb=0a0d743ba80e33e676084f2a254c63d4188857b0;hpb=77b2275dfcebce16ceea17ddf77a7f9d0a41c082 diff --git a/TODO b/TODO index 28b884f..bfcc477 100644 --- a/TODO +++ b/TODO @@ -249,3 +249,19 @@ autogenerated module which creates a Sys::Guestfs handle singleton perl -MSys::Guestfs::One -e 'inspect("guest.img"); cat ("/etc/fstab");' How would editing files work? + +ntfsclone +--------- + +Useful imaging tool: +http://man.linux-ntfs.org/ntfsclone.8.html + +Standard images +--------------- + +Equip guestfish with some standard images that it can load +quickly, eg: + + load ext2 + +Maybe it's better to create these on the fly?