Add note on software.sh to genkernel.conf

cleanup-cruft
Sebastian Pipping 13 years ago
parent d3735e6295
commit 35efd0619e

@ -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"

Loading…
Cancel
Save