Only run if rhgb is on the command line

calculate-0.9.5
Ray Strode 16 years ago
parent 25663f934b
commit 3592a97414

@ -369,8 +369,8 @@ plymouth_should_be_running (state_t *state)
return false;
}
}
return true;
return strstr (state->kernel_command_line, "rhgb") != NULL;
}
static bool

Loading…
Cancel
Save