From: Sebastian Pipping Date: Sun, 23 Jan 2011 19:17:42 +0000 (+0100) Subject: mdadm: Indicate using bincache X-Git-Tag: v3.4.12.1~2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=18dff233545ef9172c08c006309298e3550fa0b6;p=genkernel.git mdadm: Indicate using bincache --- diff --git a/gen_compile.sh b/gen_compile.sh index 2de867f..49caf91 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -458,8 +458,10 @@ compile_lvm() { } compile_mdadm() { - if [ ! -f "${MDADM_BINCACHE}" ] + if [ -f "${MDADM_BINCACHE}" ] then + print_info 1 ' MDADM: Using cache' + else [ -f "${MDADM_SRCTAR}" ] || gen_die "Could not find MDADM source tarball: ${MDADM_SRCTAR}! Please place it there, or place another version, changing /etc/genkernel.conf as necessary!" cd "${TEMP}"