plymouth: touch /dev/.systemd/plymouth

until plymouth does it itsself, touch /dev/.systemd/plymouth
https://bugzilla.redhat.com/show_bug.cgi?id=676302
master
Harald Hoyer 2011-02-09 13:22:49 +01:00
parent c965ed2db4
commit 1cedde0681
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ if getargbool 1 rd.plymouth -n rd_NO_PLYMOUTH; then

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