summaryrefslogtreecommitdiffstats
path: root/rescue/virt-rescue.c
Commit message (Collapse)AuthorAgeFilesLines
* rescue: Ignore errno after guestfs_launch.Richard W.M. Jones2011-08-281-10/+0
| | | | | | | | errno is pretty much random on the error path back from guestfs_launch so there is nothing useful to be gained by checking it. We could do with a better way to detect if appliance launch failed. (cherry picked from commit 00fef9eed6a53e10a975814beef775483ff0b3dd)
* Coverity: Ignore return value from guestfs_launch in virt-rescue.Richard W.M. Jones2011-08-281-1/+4
| | | | | We expect guestfs_launch to fail in this program. (cherry picked from commit 9bab154d48e367702b65852c3c822341b474ffd2)
* Include string.h and libintl.h, as needed.Jim Meyering2011-04-131-1/+3
| | | | | | | | | * df/df.c: As above. * df/main.c: As above. * df/output.c: As above. * fuse/guestmount.c: As above. * inspector/virt-inspector.c: As above. * rescue/virt-rescue.c: As above.
* Add /etc/libguestfs-tools.conf configuration file.Richard W.M. Jones2011-03-311-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. Jones2011-03-301-0/+6
|
* Include <locale.h> in compilation units that use setlocale function.Richard W.M. Jones2011-03-071-0/+1
| | | | Fix required by gcc 4.6.0.
* fish: Add guestfish --live, guestmount --live options.Richard W.M. Jones2011-02-031-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. Jones2010-12-101-1/+0
| | | | (Revealed by compiling under Debian where this is a warning).
* rescue: Rewrite virt-rescue in C.Richard W.M. Jones2010-11-261-0/+526