Lines 130-138
Link Here
|
130 |
return 0 |
130 |
return 0 |
131 |
fi |
131 |
fi |
132 |
|
132 |
|
133 |
if [ -f /etc/conf.d/bootsplash.conf ] |
133 |
if [ -f /etc/conf.d/bootsplash ] |
134 |
then |
134 |
then |
135 |
. /etc/conf.d/bootsplash.conf |
135 |
. /etc/conf.d/bootsplash |
136 |
if [ -n "${PROGRESS_SYSINIT_RATE}" ] |
136 |
if [ -n "${PROGRESS_SYSINIT_RATE}" ] |
137 |
then |
137 |
then |
138 |
rate=$((65535*${PROGRESS_SYSINIT_RATE}/100)) |
138 |
rate=$((65535*${PROGRESS_SYSINIT_RATE}/100)) |
Lines 160-168
Link Here
|
160 |
|
160 |
|
161 |
[ ! -e /proc/splash -o ! -x /sbin/splash ] && return 0 |
161 |
[ ! -e /proc/splash -o ! -x /sbin/splash ] && return 0 |
162 |
|
162 |
|
163 |
if [ -f /etc/conf.d/bootsplash.conf ] |
163 |
if [ -f /etc/conf.d/bootsplash ] |
164 |
then |
164 |
then |
165 |
. /etc/conf.d/bootsplash.conf |
165 |
. /etc/conf.d/bootsplash |
166 |
|
166 |
|
167 |
if [ -n "${PROGRESS_SYSINIT_RATE}" ] |
167 |
if [ -n "${PROGRESS_SYSINIT_RATE}" ] |
168 |
then |
168 |
then |
Lines 261-269
Link Here
|
261 |
|
261 |
|
262 |
[ ! -e /proc/splash -o ! -x /sbin/splash ] && return 0 |
262 |
[ ! -e /proc/splash -o ! -x /sbin/splash ] && return 0 |
263 |
|
263 |
|
264 |
if [ -f /etc/conf.d/bootsplash.conf ] |
264 |
if [ -f /etc/conf.d/bootsplash ] |
265 |
then |
265 |
then |
266 |
source /etc/conf.d/bootsplash.conf |
266 |
source /etc/conf.d/bootsplash |
267 |
|
267 |
|
268 |
[ "${BOOTSPLASH_DEBUG}" = "yes" -a -n "${softlevel}" ] || return |
268 |
[ "${BOOTSPLASH_DEBUG}" = "yes" -a -n "${softlevel}" ] || return |
269 |
|
269 |
|