From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-831193-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DD5671384C0 for <garchives@archives.gentoo.org>; Sat, 29 Aug 2015 20:53:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED7B214322; Sat, 29 Aug 2015 20:53:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81CF814323 for <gentoo-commits@lists.gentoo.org>; Sat, 29 Aug 2015 20:53:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A13A7340A22 for <gentoo-commits@lists.gentoo.org>; Sat, 29 Aug 2015 20:53:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1436313B for <gentoo-commits@lists.gentoo.org>; Sat, 29 Aug 2015 20:53:48 +0000 (UTC) From: "Richard Yao" <ryao@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Yao" <ryao@gentoo.org> Message-ID: <1440881563.fa42dd9682043ad42dc70c4a47d7f8847403c946.ryao@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/busy-config X-VCS-Directories: defaults/ X-VCS-Committer: ryao X-VCS-Committer-Name: Richard Yao X-VCS-Revision: fa42dd9682043ad42dc70c4a47d7f8847403c946 X-VCS-Branch: master Date: Sat, 29 Aug 2015 20:53:48 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 28770194-2a0c-4010-a7c9-d43a604216cb X-Archives-Hash: de89336844d0ce661f6c5d29054bd502 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