aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2012-08-12 23:37:26 +0200
committerSebastian Pipping <sebastian@pipping.org>2012-08-12 23:37:26 +0200
commit35efd0619ef2a849b93884eb63041db3d428be7f (patch)
tree7eff05cc5b55e86a30b8591988ea447fab6dd6dd
parentMerge branch 'genkernel-conf' (diff)
downloadgenkernel-35efd0619ef2a849b93884eb63041db3d428be7f.tar.gz
genkernel-35efd0619ef2a849b93884eb63041db3d428be7f.tar.bz2
genkernel-35efd0619ef2a849b93884eb63041db3d428be7f.zip
Add note on software.sh to genkernel.conf
-rw-r--r--genkernel.conf6
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"