]> git.pld-linux.org Git - packages/bootsplash.git/blobdiff - bootsplash.script
- forgotten commit
[packages/bootsplash.git] / bootsplash.script
index c66908441e4d6979fc556c946568e8763f4de3e7..b8cfaf36b2d41a8838c98caab99c190e539cfb70 100644 (file)
@@ -66,6 +66,8 @@ cat /proc/splash | grep -q silent && _silent="yes"
 [ "$runlevel" == "6" -o "$runlevel" == "0" ] && _shutdown="yes"
 [ "$_shutdown" == "yes" ] && num=$(( $kscripts + 2 ))
 
+function box() { true; } # ignore box descriptions in the config file
+
 if [ -f "/etc/bootsplash/themes/$THEME/config/bootsplash-`/bin/fbresolution`.cfg" ]; then
   . /etc/bootsplash/themes/$THEME/config/bootsplash-`/bin/fbresolution`.cfg
 fi
This page took 0.106807 seconds and 4 git commands to generate.