diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-26 15:12:11 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-26 15:12:11 +0000 |
commit | 25a9c17f558e74adc5ccaf9f55cd04e09ffb25a8 (patch) | |
tree | 4b3882caea9b422313fab4d35ca2e7cddfa74a81 /miscutils/Config.in | |
parent | c6dbb85c9eb513cde3d5809e0a96c77ed655dd4b (diff) | |
download | busybox-w32-25a9c17f558e74adc5ccaf9f55cd04e09ffb25a8.tar.gz busybox-w32-25a9c17f558e74adc5ccaf9f55cd04e09ffb25a8.tar.bz2 busybox-w32-25a9c17f558e74adc5ccaf9f55cd04e09ffb25a8.zip |
fbsplash: cosmetic comment and Config text fixes; rename .ini -> .cfg
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 04c9a0c54..e740a4451 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -209,14 +209,14 @@ config FBSPLASH | |||
209 | Can be used during boot phase of an embedded device. ~2kb. | 209 | Can be used during boot phase of an embedded device. ~2kb. |
210 | Usage: | 210 | Usage: |
211 | - use kernel option 'vga=xxx' or otherwise enable fb device. | 211 | - use kernel option 'vga=xxx' or otherwise enable fb device. |
212 | - put somewhere the fbsplash.ini file and image in .ppm format. | 212 | - put somewhere fbsplash.cfg file and an image in .ppm format. |
213 | - $ setsid fbsplash [params] & | 213 | - $ setsid fbsplash [params] & |
214 | -c: hide cursor | 214 | -c: hide cursor |
215 | -d /dev/fbN: framebuffer device (if not /dev/fb0) | 215 | -d /dev/fbN: framebuffer device (if not /dev/fb0) |
216 | -s path_of_image_file | 216 | -s path_to_image_file (can be "-" for stdin) |
217 | -i path_of_ini_file | 217 | -i path_to_cfg_file |
218 | -f path_of_fifo (can be "-" for stdin) | 218 | -f path_to_fifo (can be "-" for stdin) |
219 | - if you want to run applet only in presence of kernel parameter: | 219 | - if you want to run it only in presence of kernel parameter: |
220 | grep -q "fbsplash=on" </proc/cmdline && setsid fbsplash [params] & | 220 | grep -q "fbsplash=on" </proc/cmdline && setsid fbsplash [params] & |
221 | - commands for fifo: | 221 | - commands for fifo: |
222 | "NN" (ASCII decimal number) - percentage to show on progress bar | 222 | "NN" (ASCII decimal number) - percentage to show on progress bar |