~ubuntu-branches/ubuntu/precise/initramfs-tools/precise-updates

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Steve Langasek
  • Date: 2011-10-11 02:20:17 UTC
  • Revision ID: steve.langasek@canonical.com-20111011022017-wjt90fgn62pq6q17
Too optimistic in thinking that the DRM driver will always be loaded
in time for scripts/init-top/framebuffer to load; some users find that
vesafb gets loaded first anyway, scrambling their console state in the
initramfs.  Add a one-second sleep before checking if we should fall back
to vesafb, which seems to be long enough to work around this.
LP: #869119.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
initramfs-tools (0.99ubuntu8) UNRELEASED; urgency=low
 
2
 
 
3
  * Too optimistic in thinking that the DRM driver will always be loaded
 
4
    in time for scripts/init-top/framebuffer to load; some users find that
 
5
    vesafb gets loaded first anyway, scrambling their console state in the
 
6
    initramfs.  Add a one-second sleep before checking if we should fall back
 
7
    to vesafb, which seems to be long enough to work around this.
 
8
    LP: #869119.
 
9
 
 
10
 -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 10 Oct 2011 19:13:56 -0700
 
11
 
1
12
initramfs-tools (0.99ubuntu7) oneiric; urgency=low
2
13
 
3
14
  * When falling back to vesafb, suppress stderr output from modprobe;