Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2010-07-14 20:31:53 (GMT)
committer Daniel Drake <dsd@laptop.org>2010-07-14 20:31:53 (GMT)
commitfac40137ab294972a48859549849e5c970b770c8 (patch)
tree3e18618433ab680d5f52061df6857e4610e3e946 /modules
parenta1dfe84f36f941d86767800f06643980ef44261e (diff)
xo1: Temporarily disable pretty boot to diagnose #9100
We're seeing some reports of boot hangs which aren't entirely unexpected (e.g. see http://dev.laptop.org/ticket/9100 ) Disable pretty boot so that we can get a better grasp on where the problem lies.
Diffstat (limited to 'modules')
-rw-r--r--modules/xo1/kspost.50.xo1-tweaks.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/xo1/kspost.50.xo1-tweaks.inc b/modules/xo1/kspost.50.xo1-tweaks.inc
index a5d2aa2..a60ecb2 100644
--- a/modules/xo1/kspost.50.xo1-tweaks.inc
+++ b/modules/xo1/kspost.50.xo1-tweaks.inc
@@ -10,3 +10,7 @@ echo "%__dbi_cdb create private nommap" > /etc/rpm/macros.rpmdb
# what's more, olpc.fth really shouldnt specify a root device
sed -i -e 's:root=mtd0:root=/dev/mtdblock0:g' /boot/olpc.fth
+# Temporarily disable pretty boot to aid diagnosis of boot hangs
+# (could be http://dev.laptop.org/ticket/9100 )
+sed -i -e 's: boot$: visible unfreeze boot:g' /boot/olpc.fth
+