diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-13 18:20:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-13 18:20:32 +0000 |
commit | ebfea0e090398fb8c7a2c20a969250bf026efbee (patch) | |
tree | a8a3d48a7f35ba810a8d912c1edf6e621cb61a3f /Master/install-tl | |
parent | 559b8ea471bc96f4cd09c89b6fd25a30e60b56ba (diff) |
more on -profile for batch installs (suggestion from Ana Nelson, tldoc mail 15 Mar 2012 23:19:20)
git-svn-id: svn://tug.org/texlive/trunk@25950 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/install-tl b/Master/install-tl index d993f612384..ec4374ca04e 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -2239,17 +2239,17 @@ C<-print-arch> is a synonym. =item B<-profile> I<profile> -Load the file I<profile> for repeated installations on different -systems. This is useful for batch or scripted installation of TeX Live, -that is, no user interaction is required. +Load the file I<profile> and do the installation with no user +interaction, that is, a batch (unattended) install. A I<profile> file contains all the values needed to perform an installation. After a normal installation has finished, a profile for that exact installation is written to the file DEST/tlpkg/texlive.profile. That file can be given as the argument to C<-profile> to redo the exact same installation on a different system, -of rexample. Alternatively, you can create a custom profile by starting -from a generated one and changing values. +for example. Alternatively, you can use a custom profile, most easily +created by starting from a generated one and changing values, or an +empty file, which will take all the defaults. Normally a profile has to specify the value C<1> for each collection to be installed, even if the scheme is specified. This follows from the |