]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
plymouth: make the daemon attach to the session/terminal
authorHarald Hoyer <harald@redhat.com>
Fri, 7 Aug 2009 10:08:31 +0000 (12:08 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 7 Aug 2009 10:08:31 +0000 (12:08 +0200)
https://bugzilla.redhat.com/show_bug.cgi?id=516104

it can be so simple :-)

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

index 3782ccec80af75961fd8917e2cc58ac75647bae0..9fe3199e51b16ed36de0eb4e4840d3ec89b7328d 100755 (executable)
@@ -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