Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | run-*-locally: The programs are now virt-[tool], not virt-[tool].pl | Richard Jones | 2009-10-01 | 1 | -1/+1 |
| | | | | This fixes commit b488436cc54288fcae8988493749f2e6c87f274c. | ||||
* | Check return value from readlink. | Richard Jones | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | New tool: virt-edit | Richard Jones | 2009-09-23 | 1 | -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. |