From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6B3E41381F4 for ; Sun, 12 Aug 2012 21:40:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 296CEE0720; Sun, 12 Aug 2012 21:40:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E543DE0720 for ; Sun, 12 Aug 2012 21:40:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20FB11B401E for ; Sun, 12 Aug 2012 21:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D027DE543A for ; Sun, 12 Aug 2012 21:40:32 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1344807446.35efd0619ef2a849b93884eb63041db3d428be7f.sping@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel.conf X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 35efd0619ef2a849b93884eb63041db3d428be7f X-VCS-Branch: master Date: Sun, 12 Aug 2012 21:40:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3fdb3de7-a7bc-4d9a-acf5-a8e367b3707a X-Archives-Hash: c5687ddb206abe1ae12532d665d17e43 commit: 35efd0619ef2a849b93884eb63041db3d428be7f Author: Sebastian Pipping pipping org> AuthorDate: Sun Aug 12 21:37:26 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Aug 12 21:37:26 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=35efd061 Add note on software.sh to genkernel.conf --- genkernel.conf | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/genkernel.conf b/genkernel.conf index 8e9e424..7998555 100644 --- a/genkernel.conf +++ b/genkernel.conf @@ -200,6 +200,12 @@ DEFAULT_KERNEL_SOURCE="/usr/src/linux" #BUSYBOX_CONFIG="/path/to/file" #BUSYBOX_APPLETS="[ ash sh mount uname echo cut cat" +# NOTE: Since genkernel 3.4.41 the version of +# busybox, lvm, mdadm, .. have been moved to +# /usr/share/genkernel/defaults/software.sh in order to +# reduce the merging you have to do during etc-update. +# You can still override these settings in here +# below the source command. source "${GK_SHARE}/defaults/software.sh"