plymouth: touch /dev/.systemd/plymouth
until plymouth does it itsself, touch /dev/.systemd/plymouth https://bugzilla.redhat.com/show_bug.cgi?id=676302master
parent
c965ed2db4
commit
1cedde0681
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue