mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 15:58:20 +02:00
[daemon] recognize s, S, -s as single for kernel cmdline
This commit is contained in:
parent
3c2e1453d9
commit
50142cbffc
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue