diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-09-23 11:12:05 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-09-23 11:37:37 +0100 |
commit | 7801621dc946fe894c960e683db3cf921ef23af6 (patch) | |
tree | 32ff8764c1d73090c9030e1270088cbad5d734d5 /HACKING | |
parent | d15195bad9e50f4d80e84c39100a217a260fc806 (diff) | |
download | libguestfs-7801621dc946fe894c960e683db3cf921ef23af6.tar.gz libguestfs-7801621dc946fe894c960e683db3cf921ef23af6.tar.xz libguestfs-7801621dc946fe894c960e683db3cf921ef23af6.zip |
New tool: virt-edit
Edit any file in a guest. This was possibly previously
using guestfish, but having a separate command makes it
simpler.
The usage is simply:
virt-edit mydomain /some/file
It runs $EDITOR or vi on the file, and if the user changes
it, uploads the result back to the VM.
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -83,6 +83,9 @@ daemon/ df/ The virt-df tool. +edit/ + The virt-edit tool. + examples/ The examples. |