aboutsummaryrefslogtreecommitdiff
path: root/miscutils/fbsplash.ini
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-03-26 14:57:49 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-03-26 14:57:49 +0000
commitc6dbb85c9eb513cde3d5809e0a96c77ed655dd4b (patch)
tree91da15aebfa342d37b95a7b55a5e89acc44bd8c6 /miscutils/fbsplash.ini
parent08ec67bc62242503f77d9503fdbf820c9c12d856 (diff)
downloadbusybox-c6dbb85c9eb513cde3d5809e0a96c77ed655dd4b.tar.gz
fbsplash: shrink, better help text; inifile cannot specify image now;
image can come from stdin function old new delta packed_usage 23872 23932 +60 static.param_names - 57 +57 fbsplash_main 1525 1472 -53 static.param_value 100 - -100 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 1/1 up/down: 117/-153) Total: -36 bytes text data bss dec hex filename 801202 641 7380 809223 c5907 busybox_old 801181 641 7380 809202 c58f2 busybox_unstripped
Diffstat (limited to 'miscutils/fbsplash.ini')
-rw-r--r--miscutils/fbsplash.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/miscutils/fbsplash.ini b/miscutils/fbsplash.ini
new file mode 100644
index 000000000..b6cf607eb
--- /dev/null
+++ b/miscutils/fbsplash.ini
@@ -0,0 +1,9 @@
+# progress bar position
+BAR_LEFT=170
+BAR_TOP=300
+BAR_WIDTH=300
+BAR_HEIGHT=20
+# progress bar color
+BAR_R=80
+BAR_G=80
+BAR_B=130