update tmpdir env var for windows
This commit is contained in:
parent
af8fa95cc2
commit
314f169d08
|
@ -40,7 +40,8 @@ each can be found below:
|
||||||
new versions of Packer. If you want to disable this for security or privacy
|
new versions of Packer. If you want to disable this for security or privacy
|
||||||
reasons, you can set this environment variable to `1`.
|
reasons, you can set this environment variable to `1`.
|
||||||
|
|
||||||
- `TMPDIR` - The location of the directory used for temporary files (defaults
|
- `TMPDIR` (Unix) / `TMP` (Windows) - The location of the directory used for temporary files (defaults
|
||||||
to /tmp on Linux/Unix). It might be necessary to customize it when working
|
to `/tmp` on Linux/Unix and `%USERPROFILE%\AppData\Local\Temp` on Windows
|
||||||
with large files since /tmp is a memory-backed filesystem in some Linux
|
Vista and above). It might be necessary to customize it when working
|
||||||
distributions in which case /var/tmp might be preferred.
|
with large files since `/tmp` is a memory-backed filesystem in some Linux
|
||||||
|
distributions in which case `/var/tmp` might be preferred.
|
||||||
|
|
Loading…
Reference in New Issue