diff options
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl index 9dd4a6c5a4c..01d796868f6 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -3111,6 +3111,14 @@ written, the names above are always used. For more details on all of the above options, consult the TeX Live installation manual, linked from L<https://tug.org/texlive/doc>. +=head1 SPACE CONSTRAINTS + +If a POSIX compliant C<df> program is available, the installer will +check the available disk space in the selected installation location, +and will abort installation if there is insufficient disk space. +In case the check is incorrect, setting the environment variable +C<TEXLIVE_INSTALL_NO_DISKCHECK> to 1 will disable this check. + =head1 ENVIRONMENT VARIABLES For ease in scripting and debugging, C<install-tl> looks for the @@ -3139,6 +3147,10 @@ variables. Omit creating the ConTeXt cache. This is useful for redistributors. +=item C<TEXLIVE_INSTALL_NO_DISKCHECK> + +Omit free disk space check. + =item C<TEXLIVE_INSTALL_NO_RESUME> Omit check for installing on top of a previous installation and then |