diff -Naur a/etc/default/fb-progress b/etc/default/fb-progress
--- a/etc/default/fb-progress	1970-01-01 01:00:00.000000000 +0100
+++ b/etc/default/fb-progress	2006-03-18 17:54:17.574697096 +0100
@@ -0,0 +1,3 @@
+IMGDIR=/usr/share/icons/hicolor/scalable/hildon
+LOGO=startup_c0ffee_logo.png
+BAR=qgn_indi_progressbar.png
diff -Naur a/etc/init.d/fb-progress.sh b/etc/init.d/fb-progress.sh
--- a/etc/init.d/fb-progress.sh	2006-03-18 17:52:42.197196680 +0100
+++ b/etc/init.d/fb-progress.sh	2006-03-18 17:52:42.197196680 +0100
@@ -14,6 +14,10 @@
 LOGO=qgn_indi_startup_nokia_logo.png
 BAR=qgn_indi_progressbar.png
 
+if [ -f /etc/default/fb-progress ] ; then
+	source /etc/default/fb-progress
+fi
+
 # is link/init file name of the format 'fb-progress-<secs>'?
 SECS=${0#*fb-progress-}
 if [ "$SECS" = "$0" ]; then
