Добавлена возможность указать запуск splash только для shutdown

calculate-0.9.5
parent ce445cd33b
commit 0e9131615f

@ -907,6 +907,11 @@ plymouth_should_show_default_splash (state_t *state)
return true;
}
if (ply_kernel_command_line_has_argument ("splash=shutdown") && state->mode == PLY_BOOT_SPLASH_MODE_SHUTDOWN) {
ply_trace ("using default splash because kernel command line has option \"splash=shutdown\"");
return true;
}
if (ply_kernel_command_line_has_argument ("splash=silent")) {
ply_trace ("using default splash because kernel command line has option \"splash=silent\"");
return true;

Loading…
Cancel
Save