mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 17:08:35 +02:00
main: Also show splash for 'splash=silent' arguments (which is what we use in Mageia)
This commit is contained in:
parent
b8f2e2b11f
commit
032a30c489
1 changed files with 6 additions and 0 deletions
|
|
@ -755,6 +755,12 @@ plymouth_should_show_default_splash (state_t *state)
|
|||
return true;
|
||||
}
|
||||
|
||||
if (command_line_has_argument (state->kernel_command_line, "splash=silent"))
|
||||
{
|
||||
ply_trace ("using default splash because kernel command line has option \"splash=slient\"");
|
||||
return true;
|
||||
}
|
||||
|
||||
ply_trace ("no default splash because kernel command line lacks \"splash\" or \"rhgb\"");
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue