[25344] in Source-Commits

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

/svn/athena r24915 - trunk/debathena/scripts/installer/pxe/jaunty/debathena-jaunty

daemon@ATHENA.MIT.EDU (andrew m. boardman)
Tue Jan 4 12:19:31 2011

Date: Tue, 4 Jan 2011 12:19:25 -0500
From: "andrew m. boardman" <amb@MIT.EDU>
Message-Id: <201101041719.p04HJPe9027780@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: amb
Date: 2011-01-04 12:19:25 -0500 (Tue, 04 Jan 2011)
New Revision: 24915

Modified:
   trunk/debathena/scripts/installer/pxe/jaunty/debathena-jaunty/installer.sh
Log:
Desupport 32-bit installs.


Modified: trunk/debathena/scripts/installer/pxe/jaunty/debathena-jaunty/installer.sh
===================================================================
--- trunk/debathena/scripts/installer/pxe/jaunty/debathena-jaunty/installer.sh	2011-01-03 23:32:34 UTC (rev 24914)
+++ trunk/debathena/scripts/installer/pxe/jaunty/debathena-jaunty/installer.sh	2011-01-04 17:19:25 UTC (rev 24915)
@@ -102,10 +102,10 @@
   echo -n "Choose: "
   read r
   case "$r" in
-    1)
+    1|1a)
       echo "Debathena CLUSTER it is."; pxetype=cluster ;;
-    1a)
-      echo "Debathena CLUSTER it is, forced to 32-bit."; pxetype=cluster ; arch=i386;;
+#    1a)
+#      echo "Debathena CLUSTER it is, forced to 32-bit."; pxetype=cluster ; arch=i386;;
     2)
       echo "Normal Debathena install it is."; pxetype=choose ;;
     3)


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