Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add /etc/libguestfs-tools.conf configuration file. | Richard W.M. Jones | 2011-03-31 | 1 | -0/+2 |
| | | | | | 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/+6 |
| | |||||
* | Include <locale.h> in compilation units that use setlocale function. | Richard W.M. Jones | 2011-03-07 | 1 | -0/+1 |
| | | | | Fix required by gcc 4.6.0. | ||||
* | fish: Add guestfish --live, guestmount --live options. | Richard W.M. Jones | 2011-02-03 | 1 | -0/+2 |
| | | | | | | The other programs have the variable, but the flag is not enabled either because it doesn't make sense or because the implications are not well understood. | ||||
* | Remove several unused local variables. | Richard W.M. Jones | 2010-12-10 | 1 | -1/+0 |
| | | | | (Revealed by compiling under Debian where this is a warning). | ||||
* | rescue: Rewrite virt-rescue in C. | Richard W.M. Jones | 2010-11-26 | 1 | -0/+526 |