config: add size estimations for a few applets
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
12714ffa27
commit
38da4c4420
@ -4,7 +4,7 @@
|
||||
* Licensed under GPLv2, see file LICENSE in this source tree.
|
||||
*/
|
||||
//config:config NUKE
|
||||
//config: bool "nuke"
|
||||
//config: bool "nuke (2.4 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: Alias to "rm -rf".
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Licensed under GPLv2, see file LICENSE in this source tree.
|
||||
*/
|
||||
//config:config RESUME
|
||||
//config: bool "resume"
|
||||
//config: bool "resume (3.3 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: Resume from saved "suspend-to-disk" image
|
||||
|
@ -6,7 +6,7 @@
|
||||
* Licensed under GPLv2, see file LICENSE in this source tree.
|
||||
*/
|
||||
//config:config RUN_INIT
|
||||
//config: bool "run-init"
|
||||
//config: bool "run-init (7.5 kb)"
|
||||
//config: default y
|
||||
//config: select PLATFORM_LINUX
|
||||
//config: help
|
||||
|
@ -4,7 +4,7 @@
|
||||
* Licensed under GPLv2, see file LICENSE in this source tree.
|
||||
*/
|
||||
//config:config HEXEDIT
|
||||
//config: bool "hexedit"
|
||||
//config: bool "hexedit (20 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: Edit file in hexadecimal.
|
||||
|
@ -6,7 +6,7 @@
|
||||
* Licensed under GPLv2, see file LICENSE in this source tree.
|
||||
*/
|
||||
//config:config SETFATTR
|
||||
//config: bool "setfattr"
|
||||
//config: bool "setfattr (3.6 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: Set/delete extended attributes on files
|
||||
|
Loading…
Reference in New Issue
Block a user