New tool: virt-edit
authorRichard Jones <rjones@trick.home.annexia.org>
Wed, 23 Sep 2009 10:12:05 +0000 (11:12 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Wed, 23 Sep 2009 10:37:37 +0000 (11:37 +0100)
commit7801621dc946fe894c960e683db3cf921ef23af6
tree32ff8764c1d73090c9030e1270088cbad5d734d5
parentd15195bad9e50f4d80e84c39100a217a260fc806
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.
.gitignore
HACKING
Makefile.am
cat/virt-cat.pl
configure.ac
edit/Makefile.am [new file with mode: 0644]
edit/run-edit-locally [new file with mode: 0755]
edit/virt-edit.pl [new file with mode: 0755]
po/POTFILES.in