Gentoo Archives: gentoo-commits

From: Richard Yao <ryao@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/
Date: Sat, 29 Aug 2015 20:53:59
Message-Id: 1440881563.fa42dd9682043ad42dc70c4a47d7f8847403c946.ryao@gentoo
1 commit: fa42dd9682043ad42dc70c4a47d7f8847403c946
2 Author: Richard Yao <ryao <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 25 21:24:09 2015 +0000
4 Commit: Richard Yao <ryao <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 20:52:43 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=fa42dd96
7
8 Include less and vi in busybox for debug shells
9
10 Having access to less and vi in the debug shell would make debugging
11 easier, especially in cases where the debug shell is used as a rescue
12 shell.
13
14 Signed-off-by: Richard Yao <ryao <AT> gentoo.org>
15
16 defaults/busy-config | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/defaults/busy-config b/defaults/busy-config
20 index 0a0e1bc..c3a4238 100644
21 --- a/defaults/busy-config
22 +++ b/defaults/busy-config
23 @@ -355,7 +355,7 @@ CONFIG_WHICH=y
24 # Editors
25 #
26 # CONFIG_PATCH is not set
27 -# CONFIG_VI is not set
28 +CONFIG_VI=y
29 CONFIG_FEATURE_VI_MAX_LEN=0
30 # CONFIG_FEATURE_VI_8BIT is not set
31 # CONFIG_FEATURE_VI_COLON is not set
32 @@ -627,7 +627,7 @@ CONFIG_FEATURE_VOLUMEID_LINUXRAID=y
33 # Miscellaneous Utilities
34 #
35 # CONFIG_CONSPY is not set
36 -# CONFIG_LESS is not set
37 +CONFIG_LESS=y
38 CONFIG_FEATURE_LESS_MAXLINES=0
39 # CONFIG_FEATURE_LESS_BRACKETS is not set
40 # CONFIG_FEATURE_LESS_FLAGS is not set