]> git.ipfire.org Git - thirdparty/plymouth.git/commit
wip! main: Keep detailed splash around always multiple-splashes-at-once-yay
authorRay Strode <rstrode@redhat.com>
Thu, 20 Oct 2022 17:22:37 +0000 (13:22 -0400)
committerRay Strode <rstrode@redhat.com>
Thu, 20 Oct 2022 17:25:29 +0000 (13:25 -0400)
commitdb995a4c99cbf5e88685d02a86f332784935ecae
tree5158a8a967629e791c0ddd030c4c1e902585b21b
parentccf2edf40641e3e14b546bf805edc0e173a56650
wip! main: Keep detailed splash around always

If a machine has a serial console and local VT, we would ideally
show graphics on the local VT and text on the serial console.

Right now we degenerate, showing text on both.

This commit creates two splashes, one detailed and one primary,
and uses the detailed for serial consoles, and the primary
for the local vt.
src/main.c