set -e
set +e
if [ -f "boot/zImage" -o -L "boot/zImage" ]; then
    rm -f boot/zImage  > /dev/null 2>&1
fi
set -e
