[daemon] recognize s, S, -s as single for kernel cmdline

This commit is contained in:
Frederic Crozat 2009-09-10 16:58:37 +02:00
parent 3c2e1453d9
commit 50142cbffc

View file

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