[24371] in Source-Commits
/svn/athena r23968 - trunk/debathena/scripts/installer
daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Mon Aug 17 09:33:59 2009
Date: Mon, 17 Aug 2009 09:33:49 -0400
From: Geoffrey Thomas <geofft@MIT.EDU>
Message-Id: <200908171333.n7HDXnW4027397@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: geofft
Date: 2009-08-17 09:33:49 -0400 (Mon, 17 Aug 2009)
New Revision: 23968
Modified:
trunk/debathena/scripts/installer/install-debathena.sh
Log:
Nuke 'Hack to deal with the older PXE installer'.
Modified: trunk/debathena/scripts/installer/install-debathena.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.sh 2009-08-17 02:25:51 UTC (rev 23967)
+++ trunk/debathena/scripts/installer/install-debathena.sh 2009-08-17 13:33:49 UTC (rev 23968)
@@ -55,12 +55,6 @@
echo " Recommended for an auto-managed cluster-like system."
echo ""
-# Hack to deal with the older PXE installer (which used a simple flag file to
-# indicate a PXE cluster install).
-if test -f /root/unattended-cluster-install ; then
- echo cluster > /root/pxe-install-flag
-fi
-
category=""
if test -f /root/pxe-install-flag ; then
pxetype=`head -1 /root/pxe-install-flag`