[25988] in Source-Commits
Re: /svn/athena r25323 -
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Sat Jul 30 21:47:24 2011
Date: Sat, 30 Jul 2011 21:47:16 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201107292350.p6TNoDSA004549@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1107302146550.7526@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
I even got to test it earlier today, with the pretty colors!
ACK.
-Ben
On Fri, 29 Jul 2011, Jonathan D Reed wrote:
> 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)"
>
>