[26093] in Source-Commits

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

/svn/athena r25385 - trunk/debathena/config/reactivate/debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Tue Aug 23 10:02:16 2011

Date: Tue, 23 Aug 2011 10:02:10 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201108231402.p7NE2Awa011922@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2011-08-23 10:02:09 -0400 (Tue, 23 Aug 2011)
New Revision: 25385

Modified:
   trunk/debathena/config/reactivate/debian/changelog
   trunk/debathena/config/reactivate/debian/reactivate
Log:
In reactivate:
  * Stop kexec'ing, because modern distributions are incapable of doing so
    without sucking


Modified: trunk/debathena/config/reactivate/debian/changelog
===================================================================
--- trunk/debathena/config/reactivate/debian/changelog	2011-08-18 00:41:50 UTC (rev 25384)
+++ trunk/debathena/config/reactivate/debian/changelog	2011-08-23 14:02:09 UTC (rev 25385)
@@ -1,3 +1,10 @@
+debathena-reactivate (2.0.25) unstable; urgency=low
+
+  * Stop kexec'ing, because modern distributions are incapable of doing so
+    without sucking
+
+ -- Jonathan Reed <jdreed@mit.edu>  Tue, 23 Aug 2011 10:01:49 -0400
+
 debathena-reactivate (2.0.24) unstable; urgency=low
 
   * Fix the patch for Trac #656 to use the correct regexp

Modified: trunk/debathena/config/reactivate/debian/reactivate
===================================================================
--- trunk/debathena/config/reactivate/debian/reactivate	2011-08-18 00:41:50 UTC (rev 25384)
+++ trunk/debathena/config/reactivate/debian/reactivate	2011-08-23 14:02:09 UTC (rev 25385)
@@ -41,6 +41,5 @@
 # perfectly good time to do so -- auto-update is inhibited during a
 # login session.
 if [ -e /var/run/reboot-required ]; then
-  kexec -l /vmlinuz --initrd=/initrd.img --append="$(sed -e 's/\bsingle\b/quiet splash/' /proc/cmdline)" || :
   reboot
 fi


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