📄 config.in
字号:
## For a description of the syntax of this configuration file,# see scripts/kbuild/config-language.txt.#mainmenu_option next_commentcomment 'Linux System Utilities'bool 'dmesg' CONFIG_DMESGbool 'fbset' CONFIG_FBSETif [ "$CONFIG_FBSET" = "y" ]; then bool ' Turn on extra fbset options' CONFIG_FEATURE_FBSET_FANCY bool ' Turn on fbset readmode support' CONFIG_FEATURE_FBSET_READMODEfibool 'fdflush' CONFIG_FDFLUSHbool 'freeramdisk' CONFIG_FREERAMDISKbool 'fsck_minix' CONFIG_FSCK_MINIXbool 'mkfs_minix' CONFIG_MKFS_MINIXif [ "$CONFIG_FSCK_MINIX" = "y" -o "$CONFIG_MKFS_MINIX" = "y" ]; then comment ' Minix filesystem support' bool ' Support Minix fs v2 (fsck_minix/mkfs_minix)' CONFIG_FEATURE_MINIX2fibool 'getopt' CONFIG_GETOPTbool 'hexdump' CONFIG_HEXDUMP bool 'losetup' CONFIG_LOSETUPbool 'mkswap' CONFIG_MKSWAPbool 'more' CONFIG_MOREif [ "$CONFIG_MORE" = "y" ]; then bool ' Use termios to manipulate the screen' CONFIG_FEATURE_USE_TERMIOSfi if [ "$CONFIG_LS" = "y" -o "$CONFIG_MORE" = "y" ]; then comment ' Common options for ls and more' bool ' Calculate terminal & column widths' CONFIG_FEATURE_AUTOWIDTHfibool 'pivot_root' CONFIG_PIVOT_ROOTbool 'rdate' CONFIG_RDATEbool 'swaponoff' CONFIG_SWAPONOFFbool 'mount' CONFIG_MOUNTif [ "$CONFIG_MOUNT" = "y" ]; then bool ' Support mounting nfs file systems' CONFIG_NFSMOUNT bool ' Use devmtab instead of /proc (needs a patched kernel)' CONFIG_FEATURE_USE_DEVPS_PATCHfibool 'umount' CONFIG_UMOUNTif [ "$CONFIG_UMOUNT" = "y" ]; then bool ' Support forced filesystem unmounting' CONFIG_FEATURE_MOUNT_FORCEfiif [ "$CONFIG_MOUNT" = "y" -o "$CONFIG_UMOUNT" = "y" ]; then comment 'Common options for mount/umount' bool ' Support for loop devices' CONFIG_FEATURE_MOUNT_LOOP bool ' Support for a real /etc/mtab (instead of /proc/mounts)' CONFIG_FEATURE_MTAB_SUPPORTfiendmenu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -