Skip to content

Draft: main: Go back to text mode when quitting (if appropriate)

Ray Strode requested to merge fix-text-splash-regression into main

Since commit 48881ba2 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.

Merge request reports