Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved error if virt-inspector cannot find OSes in image (RHBZ#591142). | Richard Jones | 2010-05-13 | 1 | -1/+0 |
| | |||||
* | Documentation updates. | Richard Jones | 2010-04-11 | 1 | -1/+1 |
| | | | | | | | Fix copyright years. Fix URLs to point to new PRC site. Make sure guestfish(1) and guestfs(3) manpages reference the current list of tools. | ||||
* | Tab to space fixes, now passes 'make syntax-check' | Richard Jones | 2009-10-20 | 1 | -2/+2 |
| | |||||
* | virt-ls: Modify to use find0 instead of find. | Richard Jones | 2009-10-20 | 1 | -4/+12 |
| | | | | | find0 is more scalable than find. virt-ls will no longer crash if asked to recursively list / on a Linux guest. | ||||
* | New tool: virt-ls | Richard Jones | 2009-10-20 | 1 | -0/+234 |
This tool makes available the functionality of "ls", "ll", and "find" in a slightly simpler to use form. Examples: virt-ls -l myguest /tmp |