Browse Source

plymouth-pretrigger: force initializing of console (bug #526570)

master
Harald Hoyer 15 years ago
parent
commit
0a19e31886
  1. 1
      modules.d/50plymouth/plymouth-pretrigger.sh

1
modules.d/50plymouth/plymouth-pretrigger.sh

@ -15,6 +15,7 @@ if ! getarg rd_NO_PLYMOUTH; then


info "Starting plymouth daemon" info "Starting plymouth daemon"
[ -x /bin/plymouthd ] && /bin/plymouthd --attach-to-session [ -x /bin/plymouthd ] && /bin/plymouthd --attach-to-session
/lib/udev/console_init tty0
/bin/plymouth --show-splash 2>&1 | vinfo /bin/plymouth --show-splash 2>&1 | vinfo
fi fi



Loading…
Cancel
Save