|
|
|
@ -1,5 +1,4 @@
|
|
|
|
|
# Configuration file for genkernel
|
|
|
|
|
# $Id$
|
|
|
|
|
|
|
|
|
|
# This file is sourced by genkernel at startup and determines which options
|
|
|
|
|
# we will be using to compile our kernel. The order of precidence is simple,
|
|
|
|
@ -200,6 +199,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"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|