diff --git a/modules.d/50plymouth/plymouth-pretrigger.sh b/modules.d/50plymouth/plymouth-pretrigger.sh index 4b133d86..8605c616 100755 --- a/modules.d/50plymouth/plymouth-pretrigger.sh +++ b/modules.d/50plymouth/plymouth-pretrigger.sh @@ -15,6 +15,7 @@ if ! getarg rd_NO_PLYMOUTH; then info "Starting plymouth daemon" [ -x /bin/plymouthd ] && /bin/plymouthd --attach-to-session + /lib/udev/console_init tty0 /bin/plymouth --show-splash 2>&1 | vinfo fi