# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
+ genkernel.conf:
+ Added config defaulting for --mdadm for bug #198694. Thanks to John R.
+ Graham <john_r_graham@mindspring.com> for providing the patch. This is
+ 3.4.9_pre9 for testing.
+
08 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
- revert patch from bug 190327
+ Revert patch from bug 190327 as it breaks well more than it fixed.
07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/config.sh,
gen_cmdline.sh, gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh,
set_config_with_override 1 DISKLABEL CMD_DISKLABEL
set_config_with_override 1 LUKS CMD_LUKS
+ set_config_with_override 1 MDADM CMD_MDADM
BOOTDIR=`arch_replace "${BOOTDIR}"`
BOOTDIR=${BOOTDIR%/} # Remove any trailing slash
mkdir -p `dirname ${KERNCACHE}`
fi
- if isTrue "${CMD_MDADM}"
- then
- MDADM=1
- else
- MDADM=0
- fi
-
get_KV
UNIONFS_MODULES_BINCACHE=`kv_replace "${UNIONFS_MODULES_BINCACHE}"`
}
# DMRAID="no"
# Include (or suppresses the inclusion of) busybox in the initrd or initramfs.
-# If included, busybox is rebuilt if the cached copy is out of date,
+# If included, busybox is rebuilt if the cached copy is out of date.
# BUSYBOX="yes"
+# Copy /etc/mdadm.conf to initramfs.
+# MDADM="no"
+
+
# =========Low Level Compile Settings=========
#
# GNU Make to use for kernel. See also the --kernel-make command line option.