Browse Source

plymouth: use /run/plymouth/pid instead of /run/initramfs/plymouth

master
Harald Hoyer 14 years ago
parent
commit
8ee30d09a4
  1. 4
      modules.d/50plymouth/plymouth-pretrigger.sh

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

@ -17,8 +17,8 @@ if getargbool 1 rd.plymouth -n rd_NO_PLYMOUTH; then
[ -e /dev/fb ] || ln -s fb0 /dev/fb [ -e /dev/fb ] || ln -s fb0 /dev/fb


info "Starting plymouth daemon" info "Starting plymouth daemon"
[ -x /bin/plymouthd ] && /bin/plymouthd --attach-to-session mkdir -m 0755 -p /run/plymouth
>/run/initramfs/plymouth [ -x /bin/plymouthd ] && /bin/plymouthd --attach-to-session --pid-file /run/plymouth/pid
[ -x /lib/udev/console_init ] && /lib/udev/console_init tty0 [ -x /lib/udev/console_init ] && /lib/udev/console_init tty0
/bin/plymouth --show-splash 2>&1 | vinfo /bin/plymouth --show-splash 2>&1 | vinfo
fi fi

Loading…
Cancel
Save