mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 17:08:35 +02:00
main: remove tty0 from list of fallback ttys
It's not a valid fallback tty since writing to it would create a feedback loop (since it's redirected with /dev/console)
This commit is contained in:
parent
cd0b866222
commit
e5a78dd8bb
1 changed files with 0 additions and 1 deletions
|
|
@ -1856,7 +1856,6 @@ find_fallback_tty (state_t *state)
|
|||
"/dev/hvc0",
|
||||
"/dev/xvc0",
|
||||
"/dev/ttySG0",
|
||||
"/dev/tty0",
|
||||
NULL
|
||||
};
|
||||
int i;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue