[26027] in Source-Commits

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

Re: /svn/athena r25352 -

daemon@ATHENA.MIT.EDU (Geoffrey Thomas)
Wed Aug 3 14:40:20 2011

Date: Wed, 3 Aug 2011 14:40:13 -0400 (EDT)
From: Geoffrey Thomas <geofft@MIT.EDU>
To: Jonathan D Reed <jdreed@mit.edu>
cc: source-commits@mit.edu
In-Reply-To: <201108031757.p73Hv9bB009162@drugstore.mit.edu>
Message-ID: <alpine.DEB.2.00.1108031439330.6597@tyger.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

ACK. Not that I like it.

-- 
Geoffrey Thomas
geofft@mit.edu

On Wed, 3 Aug 2011, Jonathan D Reed wrote:

> Author: jdreed
> Date: 2011-08-03 13:57:09 -0400 (Wed, 03 Aug 2011)
> New Revision: 25352
>
> Modified:
>   trunk/debathena/scripts/installer/pxe/natty/debathena/installer.sh
> Log:
> Scribble over /bin/check-missing-firmware if we're a Vostro
>
> Modified: trunk/debathena/scripts/installer/pxe/natty/debathena/installer.sh
> ===================================================================
> --- trunk/debathena/scripts/installer/pxe/natty/debathena/installer.sh	2011-08-03 16:29:53 UTC (rev 25351)
> +++ trunk/debathena/scripts/installer/pxe/natty/debathena/installer.sh	2011-08-03 17:57:09 UTC (rev 25352)
> @@ -1,5 +1,11 @@
> #!/bin/sh
>
> +# Live Poultry Fresh Killed
> +if grep -q "^Vostro 320" /sys/class/dmi/id/product_name; then
> +    echo "Scribbling over check-missing-firmware"
> +    echo > /bin/check-missing-firmware
> +fi
> +
> cd /debathena
>
> touch preseed
>
>

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