[26026] in Source-Commits

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

/svn/athena r25352 - trunk/debathena/scripts/installer/pxe/natty/debathena

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Aug 3 13:57:15 2011

Date: Wed, 3 Aug 2011 13:57:09 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201108031757.p73Hv9bB009162@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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