[25659] in Source-Commits

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

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

daemon@ATHENA.MIT.EDU (Jonathan Reed)
Mon Jun 20 14:57:13 2011

Content-Type: text/plain; charset=us-ascii
Mime-Version: 1.0 (Apple Message framework v1084)
From: Jonathan Reed <jdreed@MIT.EDU>
In-Reply-To: <201106201855.p5KItTL7025044@drugstore.mit.edu>
Date: Mon, 20 Jun 2011 14:57:06 -0400
Message-Id: <FD7316D4-575E-4F02-BFE6-7C0D120F1486@mit.edu>
To: source-commits@mit.edu
Content-Transfer-Encoding: 8bit

The change in the pxetype test was deliberate, and should have been included in the log message.  With the old test, we were also diverting the background for non-cluster installs, which is not correct.

-Jon

On Jun 20, 2011, at 2:55 PM, Jonathan D Reed wrote:

> 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