aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-03-27 13:14:29 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-03-27 13:14:29 +0000
commit72b3442aeb948a9f27822d8888df765393b9ecd4 (patch)
tree7c3465cda1ac5edd4fb6ee563b7d065fc7430ddf /miscutils/Config.in
parent11b9f266104bf1c1bd21ec64cff22dbb5d0983a6 (diff)
downloadbusybox-72b3442aeb948a9f27822d8888df765393b9ecd4.tar.gz
fbsplash: support this usage:
mkfifo cmd_pipe fbsplash -f cmd_pipe .... & ... echo 33 >cmd_pipe ... echo 66 >cmd_pipe Code size: fbsplash_main +116 bytes :(
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index e740a4451..c6c1490df 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -214,13 +214,13 @@ config FBSPLASH
-c: hide cursor
-d /dev/fbN: framebuffer device (if not /dev/fb0)
-s path_to_image_file (can be "-" for stdin)
- -i path_to_cfg_file
+ -i path_to_cfg_file (can be "-" for stdin)
-f path_to_fifo (can be "-" for stdin)
- if you want to run it only in presence of kernel parameter:
grep -q "fbsplash=on" </proc/cmdline && setsid fbsplash [params] &
- commands for fifo:
"NN" (ASCII decimal number) - percentage to show on progress bar
- "exit" (or just close fifo) - well you guessed it
+ "exit" - well you guessed it
config LAST
bool "last"