[26431] in Source-Commits

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

/svn/athena r25567 - trunk/debathena/scripts/installer/athinfod.minimal

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Jun 5 13:18:33 2012

Date: Tue, 5 Jun 2012 13:18:32 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201206051718.q55HIWlv021413@drugstore.mit.edu>
To: source-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2012-06-05 13:18:32 -0400 (Tue, 05 Jun 2012)
New Revision: 25567

Modified:
   trunk/debathena/scripts/installer/athinfod.minimal/athinfod
Log:
Actually add the install.log queries, instead of just adding them to the 'queries' output.

Modified: trunk/debathena/scripts/installer/athinfod.minimal/athinfod
===================================================================
--- trunk/debathena/scripts/installer/athinfod.minimal/athinfod	2012-06-05 17:13:46 UTC (rev 25566)
+++ trunk/debathena/scripts/installer/athinfod.minimal/athinfod	2012-06-05 17:18:32 UTC (rev 25567)
@@ -43,7 +43,10 @@
 	cat /sys/class/dmi/id/product_name ;;
     uptime)
         uptime ;;
-    
+    install.log)
+	tail -20 /target/var/log/athena-install.log ;;
+    install.log-full)
+	cat /target/var/log/athena-install.log ;;
     *)
 	[ "$query" != "queries" ] && echo "Unknown query"
 	cat <<EOF


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