diff --git a/src/main.c b/src/main.c index ba4ade3d..a92e11f2 100644 --- a/src/main.c +++ b/src/main.c @@ -562,7 +562,7 @@ plymouth_should_show_default_splash (state_t *state) } } - return strstr (state->kernel_command_line, "rhgb") != NULL || strstr (state->kernel_command_line, "splash") != NULL; + return strstr (state->kernel_command_line, "rhgb") != NULL || (strstr (state->kernel_command_line, "splash") != NULL && strstr(state->kernel_command_line, "splash=verbose") == NULL); } static void