[Bug 214271] Re: Usplash timeout too low in script/local_premount/resume : stop usplash
Paolo Bernardi
villa.lobos at tiscali.it
Fri Oct 2 11:28:34 UTC 2009
I dealt with the same problem on Ubuntu 9.04; since I use an random key
encrypted swap, mkswap is executed at every boot and the condition c)
from Alexander Stephanov's post happens accordingly. The patch from
Florent Mertens gets two hunks but the concept is still valid; in
particular I had just to edit /usr/share/initramfs-tools/scripts/local-
premount changing the line
/sbin/usplash_write "TIMEOUT ${slumber}" || true
with
/sbin/usplash_write "TIMEOUT $(( ${slumber} + 2 ))" || true
I couldn't find where to apply the second part of the patch; anyway with
the only modification above now usplash doesn't go timeout anymore.
I also wrote a blog post about this:
http://paolobernardi.wordpress.com/2009/10/02/fix-ubuntu-usplash-stops-waiting-for-resume-device/
--
Usplash timeout too low in script/local_premount/resume : stop usplash
https://bugs.launchpad.net/bugs/214271
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to initramfs-tools in ubuntu.
More information about the kernel-bugs
mailing list