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.
This commit is contained in:
Richard Jones
2009-09-23 11:12:05 +01:00
parent d15195bad9
commit 7801621dc9
9 changed files with 329 additions and 3 deletions

View File

@@ -83,6 +83,9 @@ daemon/
df/
The virt-df tool.
edit/
The virt-edit tool.
examples/
The examples.