diff options
author | Karl Berry <karl@freefriends.org> | 2014-07-04 22:59:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-07-04 22:59:44 +0000 |
commit | d77a88a66de5c4a9bc5ffbd10d62833de39bc31e (patch) | |
tree | 892fa15fd3490f7b2defc0b3ef3f21e891acd52e /Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc | |
parent | c64cd5d30ffc29a53e3967461bdaf4d58aee6ddf (diff) |
tlpsrc: sort available_architectures; doc; avoid long explicit exclusion lists
git-svn-id: svn://tug.org/texlive/trunk@34521 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc index 3b89ba251bd..7388ce178b3 100644 --- a/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.installation.tlpsrc @@ -17,17 +17,17 @@ longdesc All other options are set from TLConfig::TLPDBOptions to the longdesc default values specified there. longdesc longdesc There are two types here: -longdesc - If the key starts with opt_ this is an option that can be -longdesc set by the user either at installation time or via tlmgr later on -longdesc - If the key starts with setting_ this value cannot be changed -longdesc by the user directly with tlmgr, but only by other actions. -longdesc Currently there are only two settings supported of which one -longdesc is only used in special cases: -longdesc . setting_available_architectures lists all available platforms -longdesc and should be always present -longdesc . setting_platform *overrides* the auto-deteced platform. This -longdesc setting will only be present when you forced a sepcific -longdesc architecture with -force-arch to install-tl +longdesc 1) If the key starts with opt_ this is an option that can be +longdesc set by the user either at installation time or via tlmgr later. +longdesc 2) If the key starts with setting_ this value cannot be changed +longdesc by the user directly with tlmgr, but only by other actions. +longdesc Currently there are only two settings supported, and the second +longdesc is only used in unusual cases: +longdesc 2a) setting_available_architectures lists all available platforms +longdesc and should be always present +longdesc 2b) setting_platform *overrides* the auto-detected platform. +longdesc This value will only be present when you forced a specific +longdesc architecture with -force-arch to install-tl longdesc longdesc The value of __MASTER__ for the location field tells the longdesc installer to use the present directory itself. For example, @@ -44,5 +44,5 @@ depend opt_adjustrepo:1 depend opt_write18_restricted:1 # the day we want to freeze a release forever, set this to 1 and tlmgr -# will henceforth bail out saying that TLNNNN is frozen. +# will then bail out saying that TLNNNN is frozen. depend opt_frozen:0 |