📄 config.in
字号:
## For a description of the syntax of this configuration file,# see scripts/kbuild/config-language.txt.#mainmenu_name "BusyBox Configuration"mainmenu_option next_commentcomment 'BusyBox general settings'choice 'Buffer allocation policy' \ "use_malloc CONFIG_FEATURE_BUFFERS_USE_MALLOC \ on_stack CONFIG_FEATURE_BUFFERS_GO_ON_STACK \ in_bss CONFIG_FEATURE_BUFFERS_GO_IN_BSS" use_mallocbool 'Show verbose applet usage messages' CONFIG_FEATURE_VERBOSE_USAGEbool 'Support --install [-s] to install applet links at runtime' CONFIG_FEATURE_INSTALLERbool 'Enable locale support (system needs locale for this to work)' CONFIG_LOCALE_SUPPORTbool 'Support for devfs' CONFIG_FEATURE_DEVFSbool 'Support compress format (.Z) in unzip operations' CONFIG_FEATURE_UNCOMPRESS bool 'Clean up all memory before exiting (usually not needed)' CONFIG_FEATURE_CLEAN_UPbool 'Support for SUID/SGID handling' CONFIG_FEATURE_SUIDif [ "$CONFIG_FEATURE_SUID" = "y" ]; then bool ' Runtime configuration via /etc/busybox.conf' CONFIG_FEATURE_SUID_CONFIGfiendmenusource archival/config.insource console-tools/config.insource editors/config.insource fileutils/config.insource findutils/config.insource init/config.insource miscutils/config.insource modutils/config.insource networking/config.insource loginutils/config.insource procps/config.insource shell/config.insource shellutils/config.insource sysklogd/config.insource textutils/config.insource util-linux/config.in
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -