From: Chris Gianelloni Date: Thu, 14 Feb 2008 06:10:11 +0000 (+0000) Subject: Added another patch from Javier Miqueleiz in bug #198892 for... X-Git-Tag: v3.4.10.902~154 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=df4dd021ab0663967889c63fc0ea60cfc076ee50;p=genkernel.git Added another patch from Javier Miqueleiz in bug #198892 for mdadm 1.1 and 1.2 metadata support. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@598 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- 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