. $GRIMOIRE/FUNCTIONS

if [[ $(get_sorcery_kernel_config CONFIG_BLK_DEV_LOOP) == y ]]; then
  message "${PROBLEM_COLOR}Your kernel appears to have loop device support enabled (CONFIG_BLK_DEV_LOOP is set to 'y' or 'm'). $SPELL will not function with this, please set it to 'n'.${DEFAULT_COLOR}"
  return 1
fi
