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)
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.


No differences found