[23859] in Source-Commits

home help back first fref pref prev next nref lref last post

/svn/athena r23469 - trunk/debathena/scripts/installer

daemon@ATHENA.MIT.EDU (Andrew M Boardman)
Thu Feb 19 17:34:04 2009

Date: Thu, 19 Feb 2009 17:33:54 -0500
From: Andrew M Boardman <amb@MIT.EDU>
Message-Id: <200902192233.n1JMXsmU020188@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: amb
Date: 2009-02-19 17:33:54 -0500 (Thu, 19 Feb 2009)
New Revision: 23469

Modified:
   trunk/debathena/scripts/installer/install-athena10.sh
Log:
Don't explicitly install -thirdparty for the cluster install.
Instead, the -cluster package will pull it in.


Modified: trunk/debathena/scripts/installer/install-athena10.sh
===================================================================
--- trunk/debathena/scripts/installer/install-athena10.sh	2009-02-19 22:28:23 UTC (rev 23468)
+++ trunk/debathena/scripts/installer/install-athena10.sh	2009-02-19 22:33:54 UTC (rev 23469)
@@ -75,8 +75,7 @@
 if test -f /root/unattended-cluster-install ; then
   echo "Unattended cluster install detected, so installing extras."
   csoft=yes
-  # Included here, though it may want to be a separate dialog option eventually:
-  tsoft=yes
+  # Not setting tsoft=yes here; -cluster will pull it in anyway.
 else
   ask "Do you want the extra-software package [y/N]? " n
   if [ y = "$answer" ]; then


home help back first fref pref prev next nref lref last post