commit:     fa42dd9682043ad42dc70c4a47d7f8847403c946
Author:     Richard Yao <ryao <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 21:24:09 2015 +0000
Commit:     Richard Yao <ryao <AT> gentoo <DOT> org>
CommitDate: Sat Aug 29 20:52:43 2015 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=fa42dd96

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 <AT> gentoo.org>

 defaults/busy-config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/defaults/busy-config b/defaults/busy-config
index 0a0e1bc..c3a4238 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

Reply via email to