Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man pages: Ensure consistent copyright/author sections, remove license | Richard W.M. Jones | 2012-08-21 | 1 | -14/+0 |
| | | | | | | | | | | section. Ensure each man page contains consistent COPYRIGHT and AUTHOR sections. Remove the LICENSE section. We will add that back in podwrapper in a later commit. | ||||
* | rescue: Add --scratch option. | Richard W.M. Jones | 2012-04-26 | 1 | -0/+15 |
| | | | | This lets you create temporary scratch disks. | ||||
* | Tempus fugit. | Richard W.M. Jones | 2012-01-18 | 1 | -1/+1 |
| | | | | Update all copyright dates to 2012. | ||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 1 | -1/+1 |
| | |||||
* | rescue: Add --suggest option to suggest mount commands. | Richard W.M. Jones | 2011-11-01 | 1 | -8/+46 |
| | |||||
* | New API: set-smp, get-smp | Richard W.M. Jones | 2011-09-28 | 1 | -0/+4 |
| | | | | | | | These calls allow you to change the number of virtual CPUs assigned to the appliance. This also adds a --smp option to virt-rescue. | ||||
* | fish: Allow -d UUID (specify libvirt domains by UUID). | Richard W.M. Jones | 2011-05-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | This applies in all the commands which use the common C option parsing code, ie: * guestfish * guestmount * virt-cat * virt-df * virt-filesystems * virt-inspector * virt-ls * virt-rescue | ||||
* | Add /etc/libguestfs-tools.conf configuration file. | Richard W.M. Jones | 2011-03-31 | 1 | -2/+21 |
| | | | | | This allows the default for --ro or --rw to be controlled for the three tools guestfish, guestmount and virt-rescue. | ||||
* | rescue: Add -w|--rw option. | Richard W.M. Jones | 2011-03-30 | 1 | -0/+7 |
| | |||||
* | rescue: Add notes about networking. | Richard W.M. Jones | 2010-12-08 | 1 | -1/+37 |
| | | | | | In particular the 'ping' command does not work because it is using QEMU user networking. | ||||
* | rescue: Add note about using virt-rescue as root/non-root. | Richard W.M. Jones | 2010-12-08 | 1 | -0/+3 |
| | |||||
* | docs: Remove ref to L</add-drive-opts> wrongly copied into some man pages. | Richard W.M. Jones | 2010-11-27 | 1 | -2/+1 |
| | |||||
* | rescue: Rewrite virt-rescue in C. | Richard W.M. Jones | 2010-11-26 | 1 | -0/+247 |