summaryrefslogtreecommitdiff
path: root/Master/install-tl-new
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2011-04-07 12:49:51 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2011-04-07 12:49:51 +0000
commitc86eae6eafb31a01e822abfc17c31e25d846a9cc (patch)
treeca930cfc6e476a4daa82deb8d3df257fb6865369 /Master/install-tl-new
parentc3c44f17a8ee71b0eff3d6c41290d25c0ed6d5d0 (diff)
rename DVD/CD => local-[un]compressed
git-svn-id: svn://tug.org/texlive/trunk@22010 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl-new')
-rwxr-xr-xMaster/install-tl-new17
1 files changed, 8 insertions, 9 deletions
diff --git a/Master/install-tl-new b/Master/install-tl-new
index b26f9ee9f6a..865d2c6cb93 100755
--- a/Master/install-tl-new
+++ b/Master/install-tl-new
@@ -1502,10 +1502,7 @@ sub do_install_packages {
foreach my $package (sort keys %install) {
push @what, $package if ($install{$package} == 1);
}
- my $media0 = $media;
- $media0 = 'CD' if $media eq 'local_compressed';
- $media0 = 'DVD' if $media eq 'local_uncompressed';
- if (!install_packages($tlpdb,$media0,$localtlpdb,\@what,
+ if (!install_packages($tlpdb,$media,$localtlpdb,\@what,
$vars{'option_src'},$vars{'option_doc'})) {
my $profile_name = "installation.profile";
create_profile($profile_name);
@@ -2104,11 +2101,13 @@ within the perltk- and text installers.
=item B<-in-place>
-If you already have an rsync- or svn checkout of TeX Live then this
-option will use it as-is and just do the necessary post-install. Be
-warned that the file tlpkg/texlive.tlpdb may be rewritten, and that
-removal has to be done manually. This option is not available via
-the installer interface.
+This is a quick-and-dirty installation option in case you already
+have an rsync- or svn checkout of TeX Live. It will use the checkout
+as-is and will just do the necessary post-install. Be warned that
+the file tlpkg/texlive.tlpdb may be rewritten, that removal has
+to be done manually, and that the only realistic way to maintain
+this installation is to redo it from time to time. This option is
+not available via the installer interface. USE AT YOUR OWN RISK.
=item B<-print-platform>