[25658] in Source-Commits

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

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

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Mon Jun 20 14:55:35 2011

Date: Mon, 20 Jun 2011 14:55:29 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201106201855.p5KItTL7025044@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2011-06-20 14:55:29 -0400 (Mon, 20 Jun 2011)
New Revision: 25150

Modified:
   trunk/debathena/scripts/installer/install-debathena.beta.sh
Log:
Tel users we're installing (Trac #800)

Modified: trunk/debathena/scripts/installer/install-debathena.beta.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.beta.sh	2011-06-20 17:39:43 UTC (rev 25149)
+++ trunk/debathena/scripts/installer/install-debathena.beta.sh	2011-06-20 18:55:29 UTC (rev 25150)
@@ -108,7 +108,11 @@
 echo "  Extra-software package: $csoft"
 echo "  Third-party software package: $tsoft"
 echo ""
-if [ "$pxetype" ] ; then
+if [ "$pxetype" = "cluster" ] ; then
+  if wget -q http://athena10.mit.edu/installer/installing.txt; then
+     cat installing.txt > /dev/tty6
+     chvt 6
+  fi
   # Divert the default background and install our own so that failed machines
   # are more conspicuous
   echo "Diverting default background..."


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