mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-06 11:28:30 +02:00
Don't abort if no splash when root is mounted
This commit is contained in:
parent
218064c122
commit
e66b42a4c4
1 changed files with 2 additions and 1 deletions
|
|
@ -165,7 +165,8 @@ on_newroot (state_t *state,
|
|||
chroot(".");
|
||||
chdir("/");
|
||||
ply_progress_load_cache (state->progress);
|
||||
ply_boot_splash_root_mounted (state->boot_splash);
|
||||
if (state->boot_splash != NULL)
|
||||
ply_boot_splash_root_mounted (state->boot_splash);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue