From cba69ba6761d43f9cedaa2d73a0b0ea0184b955f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 21 Feb 2022 16:34:31 +0000 Subject: (-debug-fakenet): doc. (TEXLIVE_INSTALL_NO_RESUME): use this envvar, as always intended, to omit asking "import settings" from an existing install, instead of TEXLIVE_INSTALL_NO_WELCOME (wrong). git-svn-id: svn://tug.org/texlive/trunk@62117 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Master/install-tl b/Master/install-tl index 9ef35051bcb..979b58c948b 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -648,7 +648,7 @@ if ($opt_profile eq "") { # before we start the installation we check for the existence of # a previous installation, and in case we ship inform the UI - if (!exists $ENV{"TEXLIVE_INSTALL_NO_WELCOME"}) { + if (!exists $ENV{"TEXLIVE_INSTALL_NO_RESUME"}) { my $tlmgrwhich = which("tlmgr"); if ($tlmgrwhich) { my $dn = dirname($tlmgrwhich); @@ -2812,6 +2812,11 @@ For more information on custom binaries, see L. For general information on building TeX Live, see L. +=item B<-debug-fakenet> + +Pretend we're doing a network install, for the sole purpose of testing +broken downloads via moving package files aside in a tlnet mirror. + =item B<-debug-translation> In the former Perl/Tk GUI modes, this option reported any missing, -- cgit v1.2.3