mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 14:48:01 +02:00
[daemon] fix detection of single on kernel cmdline
This commit is contained in:
parent
50142cbffc
commit
7a3a91cf42
1 changed files with 5 additions and 5 deletions
10
src/main.c
10
src/main.c
|
|
@ -514,11 +514,11 @@ plymouth_should_show_default_splash (state_t *state)
|
|||
ply_trace ("checking if plymouth should show default splash");
|
||||
|
||||
const char const *strings[] = {
|
||||
" single ", " single", "^single ",
|
||||
" 1 ", " 1", "^1 ",
|
||||
" s ", " s", "^s ",
|
||||
" S ", " S", "^S ",
|
||||
" -s ", " -s", "^-s ",
|
||||
" single ", " single\n", "^single ",
|
||||
" 1 ", " 1\n", "^1 ",
|
||||
" s ", " s\n", "^s ",
|
||||
" S ", " S\n", "^S ",
|
||||
" -s ", " -s\n", "^-s ",
|
||||
NULL
|
||||
};
|
||||
int i;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue