local KVER=$(get_kernel_version)
if (( ${KVER:2:1} > 4 )); then
  message "${PROBLEM_COLOR}You are running a $KVER kernel, but this software "
  message "works only on older kernels (2.4), bailing out.$DEFAULT_COLOR"
  return 1
fi
