From c6dbb85c9eb513cde3d5809e0a96c77ed655dd4b Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 26 Mar 2008 14:57:49 +0000 Subject: 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 --- miscutils/fbsplash.ini | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 miscutils/fbsplash.ini (limited to 'miscutils/fbsplash.ini') 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 -- cgit v1.2.3