install-tl
TeXLiveのinstaller
https://mirrors.ctan.org/systems/texlive/tlnet/
https://tug.org/texlive/doc/install-tl.html
https://github.com/TeX-Live/installer
githubにあるmirror repo
installation logは$TEXDIR/install-tl.logにある
$TEXDIR:linuxならdefaultで/usr/local/texlive/2023
$ head -n100 /usr/local/texlive/2023/install-tl.log
code reading
texlive.profileはread_profileで読み込まれる
https://github.com/TeX-Live/installer/blob/05ae0861123c6696405288404c96e38d6ad5f2c8/install-tl#L2206-L2351
collection (TeXLive)が指定されているときは、schemeに含まれるcollectionは暗黙的に取り込まれない?
https://github.com/TeX-Live/installer/blob/05ae0861123c6696405288404c96e38d6ad5f2c8/install-tl#L2339-L2350
いや、何れにせよcalc_dependsで取り込まれている
実際に動かした結果、collectionが指定されるとschemeが無視される設定のようだ
#2023-12-31 04:50:53
#2023-12-16 05:28:30