Make read-only optional in mount_operating_system()
[libguestfs.git] / guestfs.pod
index 2fd88ce..6bdc941 100644 (file)
@@ -937,6 +937,16 @@ used.
 
 See also L<QEMU WRAPPERS> above.
 
+=item TMPDIR
+
+Location of temporary directory, defaults to C</tmp>.
+
+If libguestfs was compiled to use the supermin appliance then each
+handle will require rather a large amount of space in this directory
+for short periods of time (~ 80 MB).  You can use C<$TMPDIR> to
+configure another directory to use in case C</tmp> is not large
+enough.
+
 =back
 
 =head1 SEE ALSO
@@ -972,6 +982,11 @@ That you are testing a recent version.
 
 Describe the bug accurately, and give a way to reproduce it.
 
+=item *
+
+Run libguestfs-test-tool and paste the B<complete, unedited>
+output into the bug report.
+
 =back
 
 =head1 AUTHORS