texlive[62484] Master/tlpkg/installer/install-menu-text.pl: return to
commits+karl at tug.org
commits+karl at tug.org
Sun Mar 6 23:27:38 CET 2022
Revision: 62484
http://tug.org/svn/texlive?view=revision&revision=62484
Author: karl
Date: 2022-03-06 23:27:37 +0100 (Sun, 06 Mar 2022)
Log Message:
-----------
return to menu when not enough space, not continue installation
Modified Paths:
--------------
trunk/Master/tlpkg/installer/install-menu-text.pl
Modified: trunk/Master/tlpkg/installer/install-menu-text.pl
===================================================================
--- trunk/Master/tlpkg/installer/install-menu-text.pl 2022-03-06 22:23:03 UTC (rev 62483)
+++ trunk/Master/tlpkg/installer/install-menu-text.pl 2022-03-06 22:27:37 UTC (rev 62484)
@@ -966,17 +966,16 @@
if ($vars{'free_size'} > 0
&& $vars{'free_size'} + $reserve < $vars{'total_size'}) {
print STDERR <<"EOF";
-*** WARNING ************************************************
+*** WARNING ***************************************************
The installation requires $vars{'total_size'}M of disk space
but only $vars{'free_size'}M is available.
-You probably want to clean up the destination filesystem
-before continuing here, or else quit (CTRL-C)
-and choose a different installation location,
+You probably want to either clean up the destination filesystem,
+or choose a different installation location,
or reduce what gets installed.
-Press Enter to continue the installation anyway.
-************************************************
+Press Enter to return to the menu.
+***************************************************************
EOF
my $ans = readline (*STDIN);
main_menu();
More information about the tex-live-commits
mailing list.