]> git.ipfire.org Git - thirdparty/plymouth.git/commit
boot-server: defer show-splash reply until splash shown
authorRay Strode <rstrode@redhat.com>
Fri, 10 Jan 2014 15:13:35 +0000 (10:13 -0500)
committerRay Strode <rstrode@redhat.com>
Fri, 10 Jan 2014 19:16:36 +0000 (14:16 -0500)
commit126345af8704a9b10481657d79d66cbea93e1647
tree8cb73e920d67358c7c2fe753cfe484b2bad4e137
parent08aa5feab380baff4f68b37c32c7dc8477637a31
boot-server: defer show-splash reply until splash shown

Right now if a client calls show-splash it will return
immediately, before the splash screen may be necessarily
shown.

From this point on, init thinks the splash screen is up
and does things like asking for a password, which will
subsequently fail.

This commit makes 'plymouth show-splash' block until the
splash screen is actually shown.
src/main.c
src/ply-boot-server.c
src/ply-boot-server.h