diskimage-builder/diskimage_builder/elements/rhel-common/pre-install.d/10-rhel-blacklist
Andreas Florath b107606a75 Remove ccache
This patch removes the ccache handling from the base element.  For
mostly all systems this was never used at all.

This is working towards the removal of the base element from DIB

Change-Id: Ieb16ef612ebd98470993dcd6f55b3a22d37084ba
Signed-off-by: Andreas Florath <andreas@florath.net>
2017-05-31 08:28:09 +10:00

13 lines
288 B
Bash
Executable File

#!/bin/bash
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
set -x
fi
set -eu
set -o pipefail
# This is packages that are required for installation by other
# elements (like base) but aren't actually available for this
# platform. This is a bit of a hack
echo "dkms" > /tmp/yum-blacklist