[24314] in Source-Commits

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

/svn/athena r23912 - trunk/debathena/scripts/installer/pxe/jaunty/debathena-jaunty

daemon@ATHENA.MIT.EDU (andrew m. boardman)
Thu Jul 9 15:49:43 2009

Date: Thu, 9 Jul 2009 15:49:30 -0400
From: "andrew m. boardman" <amb@MIT.EDU>
Message-Id: <200907091949.n69JnUm6023088@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: amb
Date: 2009-07-09 15:49:30 -0400 (Thu, 09 Jul 2009)
New Revision: 23912

Modified:
   trunk/debathena/scripts/installer/pxe/jaunty/debathena-jaunty/installer.sh
   trunk/debathena/scripts/installer/pxe/jaunty/debathena-jaunty/preseed.common
Log:
..set the preferred mirror in the other place, too.  (Though arguably we
shouldn't force this for non-cluster installs as we do now.)


Modified: trunk/debathena/scripts/installer/pxe/jaunty/debathena-jaunty/installer.sh
===================================================================
--- trunk/debathena/scripts/installer/pxe/jaunty/debathena-jaunty/installer.sh	2009-07-09 19:31:39 UTC (rev 23911)
+++ trunk/debathena/scripts/installer/pxe/jaunty/debathena-jaunty/installer.sh	2009-07-09 19:49:30 UTC (rev 23912)
@@ -179,6 +179,7 @@
 # Perferred hostname of mirror site
 cat >> preseed <<EOF
 d-i apt-setup/hostname string $mirrorsite
+d-i mirror/http/hostname string $mirrorsite
 EOF
 
 # This is used by the final installer step.

Modified: trunk/debathena/scripts/installer/pxe/jaunty/debathena-jaunty/preseed.common
===================================================================
--- trunk/debathena/scripts/installer/pxe/jaunty/debathena-jaunty/preseed.common	2009-07-09 19:31:39 UTC (rev 23911)
+++ trunk/debathena/scripts/installer/pxe/jaunty/debathena-jaunty/preseed.common	2009-07-09 19:49:30 UTC (rev 23912)
@@ -2,7 +2,8 @@
 
 ### Mirror settings
 d-i mirror/country string manual
-d-i mirror/http/hostname string ubuntu.media.mit.edu
+# Now set explicitly by install script.
+# d-i mirror/http/hostname string ubuntu.media.mit.edu
 d-i mirror/http/directory string /ubuntu
 d-i mirror/http/proxy string
 


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