From: Ray Strode Date: Mon, 10 Nov 2008 16:52:59 +0000 (-0500) Subject: Don't abort if no splash when root is mounted X-Git-Tag: 0.6.0~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e66b42a4c46a85297c570b5ecc4e3ffd0264c0f3;p=thirdparty%2Fplymouth.git Don't abort if no splash when root is mounted --- diff --git a/src/main.c b/src/main.c index 71a07c88..e8714edf 100644 --- a/src/main.c +++ b/src/main.c @@ -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