summaryrefslogtreecommitdiffstats
path: root/edit/run-edit-locally
Commit message (Collapse)AuthorAgeFilesLines
* run-*-locally: The programs are now virt-[tool], not virt-[tool].plRichard Jones2009-10-011-1/+1
| | | | This fixes commit b488436cc54288fcae8988493749f2e6c87f274c.
* Check return value from readlink.Richard Jones2009-09-231-1/+1
|
* New tool: virt-editRichard Jones2009-09-231-0/+52
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.