From: Harald Hoyer Date: Wed, 9 Feb 2011 12:22:49 +0000 (+0100) Subject: plymouth: touch /dev/.systemd/plymouth X-Git-Tag: 009~125 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1cedde068192af7536479ff5fb159c75fc7d7ed6;p=thirdparty%2Fdracut.git plymouth: touch /dev/.systemd/plymouth until plymouth does it itsself, touch /dev/.systemd/plymouth https://bugzilla.redhat.com/show_bug.cgi?id=676302 --- diff --git a/modules.d/50plymouth/plymouth-pretrigger.sh b/modules.d/50plymouth/plymouth-pretrigger.sh index 0800dbc1b..c2248758d 100755 --- a/modules.d/50plymouth/plymouth-pretrigger.sh +++ b/modules.d/50plymouth/plymouth-pretrigger.sh @@ -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