From adf8c6b61c7ac99670ee441c8ddcbfbbbb893920 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 23 Feb 2023 23:28:27 +0000 Subject: switch to df -Pk in hopes of ignoring BLOCKSIZE etc. settings git-svn-id: svn://tug.org/texlive/trunk@66112 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Master/install-tl') diff --git a/Master/install-tl b/Master/install-tl index f649b91b858..9921aa57ba1 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -1047,7 +1047,9 @@ sub do_installation { tlwarn("$0: Insufficient disk space\n$msg\n" ." but continuing anyway per envvar TEXLIVE_INSTALL_NO_DISKCHECK\n"); } else { - tldie("$0: DISK SPACE INSUFFICIENT!\n$msg\nAborting installation.\n"); + tldie("$0: DISK SPACE INSUFFICIENT!\n$msg\nAborting installation.\n" + . " To skip the check, set the environment variable\n" + . " TEXLIVE_INSTALL_NO_DISKCHECK=1\n"); } } } @@ -3470,7 +3472,7 @@ Omit creating the ConTeXt cache. This is useful for redistributors. =item C If set to 1, omit free disk space check. By default, if a -POSIX-compliant C program (supporting C<-P>) is available, the +POSIX-compliant C program (supporting C<-Pk>) is available, the installer checks for available disk space in the selected installation location, and will abort installation if there is insufficient disk space, plus a margin of 100MB. An equivalent check is made on Windows -- cgit v1.2.3