[26038] in Source-Commits

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

/svn/athena r25357 - trunk/debathena/config/auto-update/debian

daemon@ATHENA.MIT.EDU (Jonathan D Reed)
Wed Aug 3 23:13:44 2011

Date: Wed, 3 Aug 2011 23:13:36 -0400
From: Jonathan D Reed <jdreed@MIT.EDU>
Message-Id: <201108040313.p743DaNR029263@drugstore.mit.edu>
To: source-commits@mit.edu
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: jdreed
Date: 2011-08-03 23:13:36 -0400 (Wed, 03 Aug 2011)
New Revision: 25357

Modified:
   trunk/debathena/config/auto-update/debian/athena-auto-upgrade
   trunk/debathena/config/auto-update/debian/changelog
Log:
In auto-update:
  * If we do stupid VGA tricks, we need to scribble over plymouth
    (stopping it is not sufficient) and chvt 1


Modified: trunk/debathena/config/auto-update/debian/athena-auto-upgrade
===================================================================
--- trunk/debathena/config/auto-update/debian/athena-auto-upgrade	2011-08-03 22:10:30 UTC (rev 25356)
+++ trunk/debathena/config/auto-update/debian/athena-auto-upgrade	2011-08-04 03:13:36 UTC (rev 25357)
@@ -176,8 +176,13 @@
        debathena/pxetype=cluster --"
 dead_chicken() {
   debug "Waving dead chicken..."
+  debug "Scribbling over Plymouth"
+  ln -nsf /bin/true /sbin/plymouthd
+  $MAYBE chvt 1
+  sleep 2
   # Run the video card's POST to reset it
   $MAYBE vbetool post
+  sleep 2
   # Disable the framebuffer, falling back to VGA
   if [ $DEBUG -eq 1 ]; then
       echo "Would echo 0 > /sys/class/vtconsole/vtcon1/bind"

Modified: trunk/debathena/config/auto-update/debian/changelog
===================================================================
--- trunk/debathena/config/auto-update/debian/changelog	2011-08-03 22:10:30 UTC (rev 25356)
+++ trunk/debathena/config/auto-update/debian/changelog	2011-08-04 03:13:36 UTC (rev 25357)
@@ -1,3 +1,10 @@
+debathena-auto-update (1.30) unstable; urgency=low
+
+  * If we do stupid VGA tricks, we need to scribble over plymouth
+    (stopping it is not sufficient) and chvt 1
+
+ -- Jonathan Reed <jdreed@mit.edu>  Wed, 03 Aug 2011 21:09:15 -0400
+
 debathena-auto-update (1.29) unstable; urgency=low
 
   * Only do the aforementioned VGA tricks on cluster hardware


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