initrd.defaults: use /usr/bin/plymouthd if /sbin/plymouthd is not available

master
Fabio Erculiani 11 years ago
parent 4a125bb674
commit e38ec24317

@ -61,7 +61,10 @@ UDEVD='/sbin/udevd'
MDEVD='/sbin/mdev' MDEVD='/sbin/mdev'
INITRD_SPLASH='/etc/initrd.splash' INITRD_SPLASH='/etc/initrd.splash'
# latest plymouth ebuild in gentoo has it in /usr/bin
PLYMOUTHD_BIN='/sbin/plymouthd' PLYMOUTHD_BIN='/sbin/plymouthd'
[ ! -e "${PLYMOUTHD_BIN}" ] && PLYMOUTHD_BIN='/usr/bin/plymouthd'
PLYMOUTH_BIN='/bin/plymouth' PLYMOUTH_BIN='/bin/plymouth'
REAL_ROOT='' REAL_ROOT=''
CONSOLE='/dev/console' CONSOLE='/dev/console'

Loading…
Cancel
Save