gen_die "Could not find DMRAID source tarball: ${DMRAID_SRCTAR}! Please place it there, or place another version, changing /etc/genkernel.conf as necessary!"
cd"${TEMP}"
rm -rf ${DMRAID_DIR} > /dev/null
tar -jxpf ${DMRAID_SRCTAR}||
gen_die 'Could not extract DMRAID source tarball!'
[ -d "${DMRAID_DIR}"]||
gen_die 'DMRAID directory ${DMRAID_DIR} is invalid!'
rm -rf "${TEMP}/device-mapper" > /dev/null
tar -jxpf "${DEVICE_MAPPER_BINCACHE}" -C "${TEMP}"||
gen_die "Could not extract device-mapper binary cache!";