diff options
author | Richard Yao <ryao@gentoo.org> | 2015-08-25 17:24:09 -0400 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2015-08-29 16:52:43 -0400 |
commit | fa42dd9682043ad42dc70c4a47d7f8847403c946 (patch) | |
tree | e24c3ee9f210a2ef1f53c9cf26c005f556e8d08c | |
parent | Implement partial mdev support for by-id (diff) | |
download | genkernel-fa42dd9682043ad42dc70c4a47d7f8847403c946.tar.gz genkernel-fa42dd9682043ad42dc70c4a47d7f8847403c946.tar.bz2 genkernel-fa42dd9682043ad42dc70c4a47d7f8847403c946.zip |
Include less and vi in busybox for debug shells
Having access to less and vi in the debug shell would make debugging
easier, especially in cases where the debug shell is used as a rescue
shell.
Signed-off-by: Richard Yao <ryao@gentoo.org>
-rw-r--r-- | defaults/busy-config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/defaults/busy-config b/defaults/busy-config index 0a0e1bc8..c3a42383 100644 --- a/defaults/busy-config +++ b/defaults/busy-config @@ -355,7 +355,7 @@ CONFIG_WHICH=y # Editors # # CONFIG_PATCH is not set -# CONFIG_VI is not set +CONFIG_VI=y CONFIG_FEATURE_VI_MAX_LEN=0 # CONFIG_FEATURE_VI_8BIT is not set # CONFIG_FEATURE_VI_COLON is not set @@ -627,7 +627,7 @@ CONFIG_FEATURE_VOLUMEID_LINUXRAID=y # Miscellaneous Utilities # # CONFIG_CONSPY is not set -# CONFIG_LESS is not set +CONFIG_LESS=y CONFIG_FEATURE_LESS_MAXLINES=0 # CONFIG_FEATURE_LESS_BRACKETS is not set # CONFIG_FEATURE_LESS_FLAGS is not set |