diff --git a/ChangeLog b/ChangeLog index 46ac459..f1265ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,10 @@ # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 14 Feb 2008; Chris Gianelloni gen_compile.sh: + Added another patch from Javier Miqueleiz in bug + #198892 for mdadm 1.1 and 1.2 metadata support. + 14 Feb 2008; Chris Gianelloni generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc: Switch to detection for LOOP and LOOPTYPE when they are not set. diff --git a/gen_compile.sh b/gen_compile.sh index 6898cf3..975708c 100644 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -340,6 +340,7 @@ compile_busybox() { cd "${BUSYBOX_DIR}" patch -p1 < "${GK_SHARE}/pkg/busybox-1.1.3+gentoo-mdadm.patch" patch -p1 < "${GK_SHARE}/pkg/busybox-1.1.3+gentoo-mdadm2.patch" + patch -p1 < "${GK_SHARE}/pkg/busybox-1.1.3+gentoo-mdadm3.patch" print_info 1 'busybox: >> Configuring...' yes '' 2>/dev/null | compile_generic oldconfig utils