]> git.ipfire.org Git - thirdparty/plymouth.git/commit
main: Go back to text mode when quitting (if appropriate)
authorRay Strode <rstrode@redhat.com>
Wed, 1 May 2024 12:23:00 +0000 (08:23 -0400)
committernerdopolis <bluescreen_avenger@verizon.net>
Tue, 20 Aug 2024 22:18:18 +0000 (18:18 -0400)
commitd2ab367e12423646d3a6bb35d16570f8e3126234
tree6e10eb759f0dc752ccdcf5aa2dafcb4812ec2800
parentc08a22599f595915e39a1a900c5eb86c967a15e5
main: Go back to text mode when quitting (if appropriate)

Since commit 48881ba2ef3d25fd27fd150d4d5957d4df9868e0 plymouth
goes into GRAPHICS mode early on. Unfortunately, there are cases
where it neglects to go back to TEXT mode when quitting. That can
happen if boot finishes before the splash screen is created.

This commit fixes that.
src/main.c