[26301] in Source-Commits

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

/svn/athena r25504 - trunk/debathena/scripts/installer/pxe/precise/debathena

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue May 15 12:11:31 2012

Date: Tue, 15 May 2012 12:11:29 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201205151611.q4FGBTFX017028@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2012-05-15 12:11:29 -0400 (Tue, 15 May 2012)
New Revision: 25504

Modified:
   trunk/debathena/scripts/installer/pxe/precise/debathena/installer.sh
Log:
Use minimal athinfod in the installer

Modified: trunk/debathena/scripts/installer/pxe/precise/debathena/installer.sh
===================================================================
--- trunk/debathena/scripts/installer/pxe/precise/debathena/installer.sh	2012-05-14 21:20:53 UTC (rev 25503)
+++ trunk/debathena/scripts/installer/pxe/precise/debathena/installer.sh	2012-05-15 16:11:29 UTC (rev 25504)
@@ -148,6 +148,17 @@
   wget http://18.9.60.73/install-debathena.sh
 fi
 
+# Start up a minimal athinfod
+wget http://18.9.60.73/installer/athinfod && chmod 755 athinfod && ./athinfod
+# Give said athinfod some basic info
+cat > install-info <<EOF
+pxetype=$pxetype
+installertype=$installertype
+partitioning=$partitioning
+mirrorsite=$mirrorsite
+EOF
+
+
 # Let the postinstall know what we are up to.
 echo "$pxetype" > pxe-install-flag
 


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