From 18dff233545ef9172c08c006309298e3550fa0b6 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 23 Jan 2011 20:17:42 +0100 Subject: [PATCH] mdadm: Indicate using bincache --- gen_compile.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}"