[26915] in Source-Commits

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

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

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Fri Mar 1 15:06:50 2013

Date: Fri, 1 Mar 2013 15:06:37 -0500
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201303012006.r21K6bmp018397@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2013-03-01 15:06:37 -0500 (Fri, 01 Mar 2013)
New Revision: 25830

Modified:
   trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh
Log:
Add raring to the list of things that take new-style dhcp option

Modified: trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh
===================================================================
--- trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh	2013-03-01 17:58:31 UTC (rev 25829)
+++ trunk/debathena/scripts/installer/pxe/stage1/debathena/installer.sh	2013-03-01 20:06:37 UTC (rev 25830)
@@ -360,7 +360,7 @@
 
 nodhcp="netcfg/disable_dhcp=true"
 case "$distro" in
-    oneiric|precise|quantal)
+    oneiric|precise|quantal|raring)
         kbdcode="keyboard-configuration/layoutcode=us"
         # "Yay"
         nodhcp="netcfg/disable_autoconfig=true"


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