]> git.ipfire.org Git - thirdparty/plymouth.git/commit
main: Go back to text mode when quitting (if appropriate) fix-text-splash-regression
authorRay Strode <rstrode@redhat.com>
Wed, 1 May 2024 12:23:00 +0000 (08:23 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 1 May 2024 12:25:46 +0000 (08:25 -0400)
commit2a8e0957f40a1f920c5120716feb8b3124e82db7
tree42868119cec17f24f29e6df6eaea0efeb9d1a1e5
parentedc7c3ea1013fa51cee989321187d8f2c61ecf92
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