if  spell_ok  liblzf;  then
  config_query  SUSPEND_COMPRESS  "Enable LZF suspend image compression?"  y
else
  config_query  SUSPEND_COMPRESS  "Enable LZF suspend image compression?"  n
fi  &&

if  spell_ok  openssl;  then
  config_query  SUSPEND_ENCRYPT  "Enable SSL suspend image encryption?"  y
else
  config_query  SUSPEND_ENCRYPT  "Enable SSL suspend image encryption?"  n
fi  &&

local TMP_SWAP  &&
TMP_SWAP=$(grep swap $TRACK_ROOT/etc/fstab|grep -v ^#|awk '{print $1}')  &&

config_query_string SUSPEND_SWAP "What is your swap device/file?" "$TMP_SWAP"
