NSCHEME=$(get_module_config NEW_NAME_SCHEME)
if [ -z "$NSCHEME" ] && ip link | egrep -q '^[0-9]*: (eth|wlan|ath|ra|usb)[0-9]+[^>]*[<,]UP[,>]'; then
  message "${PROBLEM_COLOR}WARNING:${MESSAGE_COLOR} You are still using the old network interface naming scheme."
  message "It is recommended to switch to the new naming scheme. Please note"
  message "that reconfiguration of your network interfaces using the new"
  message "device names are required!\n"

  mquery NEW_NAME_SCHEME "Enable new naming scheme for network interfaces (RECOMMENDED)?" n
fi

mquery RESOLVE  "Build systemd's resolve-daemon (manages /etc/resolv.conf)"  y "-Dresolve=true"  "-Dresolve=false"
mquery TIMESYNCD "Build systemd's timesync-daemon (systemd's ntpd)"           y "-Dtimesyncd=true" "-Dtimesyncd=false"
mquery BACKLIGHT "Use systemd's backlight tools (sets backlight on startup)"  y "-Dbacklight=true" "-Dbacklight=false"
mquery NOKILLPROC "Allow user background processes after logout?"             y "-Ddefault-kill-user-processes=false" "-Ddefault-kill-user-processes=true"
