[daemon] splash=verbose is equivalent to no splash (splashy compatibility)

This commit is contained in:
Frederic Crozat 2009-09-01 18:36:11 +02:00
parent 4539abfba2
commit 267008cd21

View file

@ -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