@ -63,7 +63,7 @@ MDEVD='/sbin/mdev'
INITRD_SPLASH='/etc/initrd.splash'
# latest plymouth ebuild in gentoo has it in /usr/bin
PLYMOUTHD_BIN='/sbin/plymouthd'
[ ! -e "${PLYMOUTHD_BIN}" ] && PLYMOUTHD_BIN='/usr/bin/plymouthd'
[ ! -e "${PLYMOUTHD_BIN}" ] && PLYMOUTHD_BIN='/usr/sbin/plymouthd'
PLYMOUTH_BIN='/bin/plymouth'
REAL_ROOT=''
@ -480,7 +480,7 @@ append_plymouth() {
local plymouthd_bin="/sbin/plymouthd"
[ ! -e "${plymouthd_bin}" ] && \
plymouthd_bin="/usr/bin/plymouthd"
plymouthd_bin="/usr/sbin/plymouthd"
copy_binaries "${TEMP}/initramfs-ply-temp" \
"${plymouthd_bin}" /bin/plymouth \