From: Sebastian Pipping Date: Sun, 12 Aug 2012 21:37:26 +0000 (+0200) Subject: Add note on software.sh to genkernel.conf X-Git-Tag: v3.4.41~3^2~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=35efd0619ef2a849b93884eb63041db3d428be7f;p=genkernel.git Add note on software.sh to genkernel.conf --- 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"