mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 10:48:09 +02:00
main: drop check_for_consoles call at startup
It was only used to make kernel_console_tty get set, which we no longer have.
This commit is contained in:
parent
6b2b068e04
commit
43583e44dc
1 changed files with 0 additions and 2 deletions
|
|
@ -2265,8 +2265,6 @@ initialize_environment (state_t *state)
|
|||
state->messages = ply_list_new ();
|
||||
state->keyboard = NULL;
|
||||
|
||||
check_for_consoles (state);
|
||||
|
||||
redirect_standard_io_to_dev_null ();
|
||||
|
||||
ply_trace ("Making sure " PLYMOUTH_RUNTIME_DIR " exists");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue