From: Harald Hoyer Date: Fri, 7 Aug 2009 10:08:31 +0000 (+0200) Subject: plymouth: make the daemon attach to the session/terminal X-Git-Tag: 0.9~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed6220fd2500d305685113e80decc49696bc5a40;p=thirdparty%2Fdracut.git plymouth: make the daemon attach to the session/terminal https://bugzilla.redhat.com/show_bug.cgi?id=516104 it can be so simple :-) --- diff --git a/modules.d/50plymouth/plymouth-pretrigger.sh b/modules.d/50plymouth/plymouth-pretrigger.sh index 3782ccec8..9fe3199e5 100755 --- a/modules.d/50plymouth/plymouth-pretrigger.sh +++ b/modules.d/50plymouth/plymouth-pretrigger.sh @@ -13,6 +13,6 @@ udevadm settle --timeout=30 2>&1 | vinfo [ -c /dev/hvc0 ] || mknod /dev/hvc0 c 229 0 info "Starting plymouth daemon" -[ -x /bin/plymouthd ] && /bin/plymouthd +[ -x /bin/plymouthd ] && /bin/plymouthd --attach-to-session /bin/plymouth --show-splash 2>&1 | vinfo