projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3735e6
)
Add note on software.sh to genkernel.conf
author
Sebastian Pipping
<sebastian@pipping.org>
Sun, 12 Aug 2012 21:37:26 +0000
(23:37 +0200)
committer
Sebastian Pipping
<sebastian@pipping.org>
Sun, 12 Aug 2012 21:37:26 +0000
(23:37 +0200)
genkernel.conf
patch
|
blob
|
history
diff --git
a/genkernel.conf
b/genkernel.conf
index 8e9e4246b73b685165821c7f204fbc2a2877116b..79985553391a75d1eb4e5b327fb565341ab60fa1 100644
(file)
--- 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"