[25962] in Source-Commits

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

/svn/athena r25323 - trunk/debathena/scripts/installer/pxe/stage1/debathena

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Fri Jul 29 19:50:19 2011

Date: Fri, 29 Jul 2011 19:50:13 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201107292350.p6TNoDSA004549@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2011-07-29 19:50:13 -0400 (Fri, 29 Jul 2011)
New Revision: 25323

Modified:
   trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh
Log:
Default to natty (and stop hardcoding version numbers in the text)

Modified: trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh
===================================================================
--- trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh	2011-07-29 19:47:36 UTC (rev 25322)
+++ trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh	2011-07-29 23:50:13 UTC (rev 25323)
@@ -139,7 +139,7 @@
 
 mirrorsite="mirrors.mit.edu"
 installertype="production"
-distro="lucid"
+distro="natty"
 arch="i386"
 # That is a space and a tab
 if egrep -q '^flags[ 	].* lm( |$)' /proc/cpuinfo;  then 
@@ -162,8 +162,9 @@
 echo
 
 while [ -z "$pxetype" ] ; do
-  echo "Will install $distro ($arch) using $installertype installer and $mirrorsite"
   echo
+  echo "Will install ${ccc}$distro${nnn} ($arch) using $installertype installer and $mirrorsite"
+  echo
   echo "Choose one:"
   echo
   echo "  1: Perform an unattended ${ccc}debathena-cluster${nnn} install, ${rrr}ERASING your"
@@ -174,7 +175,7 @@
   echo "     install prompts, and then the Athena-specific prompts, including"
   echo "     choosing which flavor of Debathena you'd like (e.g., private workstation)."
   echo
-  echo "  3: Punt to a completely ${ccc}vanilla install of Ubuntu 10.04${nnn} (Lucid Lynx)."
+  echo "  3: Punt to a completely ${ccc}vanilla install of Ubuntu${nnn}."
   echo "     (Note: locale and keyboard have already been set.)"
   echo
   echo "  4: /bin/sh (for rescue purposes)"


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