diff --git a/src/main.c b/src/main.c index 3bf15688..fdf44a94 100644 --- a/src/main.c +++ b/src/main.c @@ -516,6 +516,9 @@ plymouth_should_show_default_splash (state_t *state) const char const *strings[] = { " single ", " single", "^single ", " 1 ", " 1", "^1 ", + " s ", " s", "^s ", + " S ", " S", "^S ", + " -s ", " -s", "^-s ", NULL }; int i;