Hi, I wanna know if there is a way of put a diferent bootsplash image in diferent terminals.
Im trying tweaking the /etc/init.d/bootsplash to:
for TTY in `seq 0 5`
do
/sbin/splash -s -u $TTY -n /etc/bootsplash/splash_${TTY}/config/bootsplash-
${RESOLUTION}.cfg
done
Instead of:
for TTY in `seq 0 5`
do
/sbin/splash -s -u $TTY -n /etc/bootsplash/
${BOOTSPLASH_THEME}/config/bootsplash-${RESOLUTION}.cfg
done
Any ideas?
Thanks ;-)
--
[EMAIL PROTECTED] mailing list
