diff options
author | Karl Berry <karl@freefriends.org> | 2022-03-09 22:53:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-03-09 22:53:42 +0000 |
commit | e6dadbb4653d288deb7b2e22c3333d9502b4893e (patch) | |
tree | 1c8db9cd7d77dfe5fcab9cba26a3c2c38923f3d8 /Master/install-tl | |
parent | 040284b2f1916638cf40f364945d5f78c7813d0a (diff) |
doc
git-svn-id: svn://tug.org/texlive/trunk@62571 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/install-tl b/Master/install-tl index 01d796868f6..2c10a89df25 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -2897,6 +2897,8 @@ a new menu. For debugging. =item B<-no-continue> +Quit early on installation failure of a non-core package. + By default, a few core packages are installed first; then, a failed installation of any other (non-core) package is noted, but does not stop the installation. Any such failed packages are retried, once. @@ -3113,11 +3115,12 @@ 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. +If a POSIX-compliant C<df> program (supporting C<-P>) 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, plus a margin of 100MB. In case this check is +invalid for your filesystem, setting the environment variable +C<TEXLIVE_INSTALL_NO_DISKCHECK> to 1 will disable it. =head1 ENVIRONMENT VARIABLES |