]> git.ipfire.org Git - thirdparty/plymouth.git/commit
[main] Be more forgiving of an absent boot splash
authorRay Strode <rstrode@redhat.com>
Wed, 26 May 2010 17:10:46 +0000 (13:10 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 26 May 2010 17:11:54 +0000 (13:11 -0400)
commitd9aa8907f343840384cd7cb3f4a7b1c75cbbaf4f
treea199eb0d09613e2e8ad28073efb07ee838d166b9
parent63d9e888e83bdf26b2d36179bb963b9713ae46a4
[main] Be more forgiving of an absent boot splash

Mandriva has cases where they need to drop to details mode
before /usr is mounted.  /usr has the details splash plugin,
so this causes plymouth to explicitly exit.

This commit makes plymouth cope with that scenario slightly
better.  It takes out the exit(1) call which was clearly bogus,
and also makes parts of the code handle a NULL splash better.
This is not a real fix though.

Ultimately, we should make "details" be built-in as a nice failsafe.
There's no reason we should need to load it off the disk as a plugin.
src/main.c