[25995] in Source-Commits
/svn/athena r25335 - trunk/debathena/config/auto-update/debian
daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Sun Jul 31 15:40:19 2011
Date: Sun, 31 Jul 2011 15:40:13 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201107311940.p6VJeDEa028669@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Author: jdreed
Date: 2011-07-31 15:40:13 -0400 (Sun, 31 Jul 2011)
New Revision: 25335
Modified:
trunk/debathena/config/auto-update/debian/athena-auto-upgrade
trunk/debathena/config/auto-update/debian/changelog
Log:
In auto-update:
* Always kexec with acpi=off because either Dell or Linus sucks
Modified: trunk/debathena/config/auto-update/debian/athena-auto-upgrade
===================================================================
--- trunk/debathena/config/auto-update/debian/athena-auto-upgrade 2011-07-31 19:38:11 UTC (rev 25334)
+++ trunk/debathena/config/auto-update/debian/athena-auto-upgrade 2011-07-31 19:40:13 UTC (rev 25335)
@@ -171,7 +171,7 @@
# This is just the guts of the hackboot script:
dkargs="DEBCONF_DEBUG=5"
kargs="$knetinfo locale=en_US $kbdcode \
- interface=auto \
+ interface=auto acpi=off \
url=http://18.9.60.73/installer/${UBUNTU_RELEASE}/debathena.preseed \
debathena/pxetype=cluster --"
if [ $(echo $kargs | wc -c) -ge 512 ]; then
Modified: trunk/debathena/config/auto-update/debian/changelog
===================================================================
--- trunk/debathena/config/auto-update/debian/changelog 2011-07-31 19:38:11 UTC (rev 25334)
+++ trunk/debathena/config/auto-update/debian/changelog 2011-07-31 19:40:13 UTC (rev 25335)
@@ -1,10 +1,14 @@
debathena-auto-update (1.27) UNRELEASED; urgency=low
+ [ Geoffrey Thomas ]
* Call dh_installinit with --no-start, since the debathena-auto-update
initscript has no hope of working from inside a postinst
- -- Geoffrey Thomas <geofft@mit.edu> Sat, 30 Jul 2011 16:05:22 -0400
+ [ Jonathan Reed ]
+ * Always kexec with acpi=off because either Dell or Linus sucks
+ -- Jonathan Reed <jdreed@mit.edu> Sun, 31 Jul 2011 15:40:05 -0400
+
debathena-auto-update (1.26) unstable; urgency=low
* Add some debugging and options to athena-auto-upgrade