diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-15 16:31:30 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-15 19:30:12 +0000 |
commit | 3e766f745dc6cf351e56d9955f580152ddb9110a (patch) | |
tree | ad0e0521f83de99d8bad2d8dd35a343e8b3ee43b | |
parent | c3ae17cc79a4e8dd4be0a3ae65d33384c175573b (diff) | |
download | libguestfs-3e766f745dc6cf351e56d9955f580152ddb9110a.tar.gz libguestfs-3e766f745dc6cf351e56d9955f580152ddb9110a.tar.xz libguestfs-3e766f745dc6cf351e56d9955f580152ddb9110a.zip |
todo: live CD inspection
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -375,3 +375,10 @@ parsing code, eg: % is better than $ because of shell escaping and confusion with shell variables. + +live CD inspection +------------------ + +guestfish -i livecd.iso + +Could this be done through the core API and existing calls? |