[24325] in Source-Commits

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

/svn/athena r23923 - trunk/debathena/scripts/installer

daemon@ATHENA.MIT.EDU (andrew m. boardman)
Fri Jul 24 14:47:48 2009

Date: Fri, 24 Jul 2009 14:47:35 -0400
From: "andrew m. boardman" <amb@MIT.EDU>
Message-Id: <200907241847.n6OIlZ0q011643@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: amb
Date: 2009-07-24 14:47:35 -0400 (Fri, 24 Jul 2009)
New Revision: 23923

Modified:
   trunk/debathena/scripts/installer/install-debathena.sh
Log:
In the network autoconfig applied to cluster installs, set some default
nameservers so resolution will work before bind9 starts.


Modified: trunk/debathena/scripts/installer/install-debathena.sh
===================================================================
--- trunk/debathena/scripts/installer/install-debathena.sh	2009-07-24 01:01:01 UTC (rev 23922)
+++ trunk/debathena/scripts/installer/install-debathena.sh	2009-07-24 18:47:35 UTC (rev 23923)
@@ -156,6 +156,7 @@
 	echo "	address $ipaddr" >> /etc/network/interfaces.new
 	echo "	netmask $netmask" >> /etc/network/interfaces.new
 	echo "	gateway $gateway" >> /etc/network/interfaces.new
+	echo "	dns-nameservers 18.72.0.3 18.70.0.160 18.71.0.151" >> /etc/network/interfaces.new
 	mv -f /etc/network/interfaces.new /etc/network/interfaces
       fi
       hostname ${hostname%%.*}


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