]> git.pld-linux.org Git - packages/dracut.git/blame - plymouthd-path.patch
- cleanup
[packages/dracut.git] / plymouthd-path.patch
CommitLineData
ec775ffe
JR
1--- dracut-026/modules.d/50plymouth/plymouth-pretrigger.sh~ 2013-03-08 07:07:48.000000000 +0100
2+++ dracut-026/modules.d/50plymouth/plymouth-pretrigger.sh 2013-03-21 15:31:40.449408516 +0100
173bc95d
JR
3@@ -2,7 +2,7 @@
4 # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
5 # ex: ts=8 sw=4 sts=4 et filetype=sh
6
7-if [ -x /bin/plymouthd -a -z "$DRACUT_SYSTEMD" ]; then
8+if [ -x /sbin/plymouthd -a -z "$DRACUT_SYSTEMD" ]; then
9 if getargbool 1 plymouth.enable && getargbool 1 rd.plymouth -d -n rd_NO_PLYMOUTH; then
10 # first trigger graphics subsystem
11 udevadm trigger --action=add --attr-match=class=0x030000 >/dev/null 2>&1
12@@ -16,7 +16,7 @@
13 read consoledev rest < /sys/class/tty/console/active
14 consoledev=${consoledev:-tty0}
15 [ -x /lib/udev/console_init -a -e "/dev/$consoledev" ] && /lib/udev/console_init "/dev/$consoledev"
16- [ -x /bin/plymouthd ] && /bin/plymouthd --attach-to-session --pid-file /run/plymouth/pid
17+ [ -x /sbin/plymouthd ] && /sbin/plymouthd --attach-to-session --pid-file /run/plymouth/pid
18 /bin/plymouth --show-splash 2>&1 | vinfo
19 # reset tty after plymouth messed with it
20 [ -x /lib/udev/console_init -a -e "/dev/$consoledev" ] && /lib/udev/console_init "/dev/$consoledev"
This page took 0.026144 seconds and 4 git commands to generate.