[26420] in Source-Commits

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

Re: /svn/athena r25555 -

daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Sun Jun 3 19:43:37 2012

Date: Sun, 3 Jun 2012 19:43:33 -0400 (EDT)
From: Benjamin Kaduk <kaduk@MIT.EDU>
To: Jonathan D Reed <jdreed@MIT.EDU>
cc: source-commits@MIT.EDU
In-Reply-To: <201206032000.q53K0MNU021393@drugstore.mit.edu>
Message-ID: <alpine.GSO.1.10.1206031943030.18441@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

ACK, sorry I missed it earlier.
-Ben

On Sun, 3 Jun 2012, Jonathan D Reed wrote:

> Author: jdreed
> Date: 2012-06-03 16:00:22 -0400 (Sun, 03 Jun 2012)
> New Revision: 25555
>
> Modified:
>   trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh
> Log:
> Use variables we actually set in case statements; add missing ;;
>
> Modified: trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh
> ===================================================================
> --- trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh	2012-06-03 19:19:35 UTC (rev 25554)
> +++ trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh	2012-06-03 20:00:22 UTC (rev 25555)
> @@ -350,11 +350,12 @@
> dkargs="DEBCONF_DEBUG=5"
>
> nodhcp="netcfg/disable_dhcp=true"
> -case "$UBUNTU_RELEASE" in
> +case "$distro" in
>     oneiric|precise)
>         kbdcode="keyboard-configuration/layoutcode=us"
>         # "Yay"
>         nodhcp="netcfg/disable_autoconfig=true"
> +	;;
>     natty)
>         # Sigh
>         kbdcode="keyboard-configuration/layoutcode=us"
>
>

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