Merging casper 1.205.
authorDaniel Baumann <daniel@debian.org>
Sat, 1 May 2010 10:15:06 +0000 (12:15 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:08 +0000 (17:48 +0100)
docs/ChangeLog.casper
scripts/live-bottom/25configure_init

index 829e223..0ac3653 100644 (file)
@@ -1,3 +1,12 @@
+casper (1.205) karmic; urgency=low
+
+  * scripts/casper-bottom/25configure_init: Disable sreadahead on live CD
+    boot. Not only does it profile the live CD boot to no benefit, but it
+    also looks as if it may be responsible for breaking Wubi installs by
+    reading from partman's synchronisation FIFOs (LP: #439279).
+
+ -- Colin Watson <cjwatson@ubuntu.com>  Tue, 20 Oct 2009 17:32:02 +0100
+
 casper (1.204) karmic; urgency=low
 
   * scripts/casper-bottom/30accessibility && ubiquity-hooks/30accessibility:
index 67e21a6..488a1dd 100755 (executable)
@@ -108,6 +108,11 @@ then
        chmod -x /root/sbin/readahead-list
 fi
 
+# Disable sreadahead too since we don't ship a pack file for it anyway, so
+# all we'll end up doing is profiling the live CD boot. sreadahead also
+# breaks partman occasionally by reading from its synchronisation FIFOs.
+rm -f /root/etc/init/sreadahead.conf
+
 log_end_msg
 
 exit 0