diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-09-24 19:28:01 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-09-24 19:28:01 +0100 |
commit | d72a617a262e000ce7bc97838ad1f0d640dc66ec (patch) | |
tree | 240a3f763edf94b60e02fa64af5a84a141755f46 /fish/guestfish.pod | |
parent | c9c0ac7d362fd19214c2c5e5bb7dcd9059950887 (diff) | |
download | libguestfs-d72a617a262e000ce7bc97838ad1f0d640dc66ec.tar.gz libguestfs-d72a617a262e000ce7bc97838ad1f0d640dc66ec.tar.xz libguestfs-d72a617a262e000ce7bc97838ad1f0d640dc66ec.zip |
Document accurately how supermin appliance uses /tmp as a cache.
Diffstat (limited to 'fish/guestfish.pod')
-rw-r--r-- | fish/guestfish.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fish/guestfish.pod b/fish/guestfish.pod index 181a053a..285d901b 100644 --- a/fish/guestfish.pod +++ b/fish/guestfish.pod @@ -866,9 +866,9 @@ set, it uses C<more>. 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 +If libguestfs was compiled to use the supermin appliance then the +real appliance is cached in this directory, shared between all +handles belonging to the same EUID. You can use C<$TMPDIR> to configure another directory to use in case C</tmp> is not large enough. |