# Set PRESET_NET_CHANGE_DEFAULTS to 1 to apply any network related # settings belowPRESET_NET_CHANGE_DEFAULTS="1"# Enable WiFi or Ethernet. # If both are enabled, WiFi will take priority # and Ethernet will be disabled.PRESET_NET_ETHERNET_ENABLED="1"PRESET_NET_WIFI_ENABLED="1"# Enter your WiFi credentials# SECURITY WARN: Your wifi keys will be stored in plaintext, no encryption.PRESET_NET_WIFI_SSID="MySSID"PRESET_NET_WIFI_KEY="MyWiFiKEY"# Country code to enable power ratings and channels for your country. # eg: GB US DE | https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2PRESET_NET_WIFI_COUNTRYCODE="GB"#If you want to use a static ip, set it herePRESET_NET_USE_STATIC="1"PRESET_NET_STATIC_IP="192.168.0.100"PRESET_NET_STATIC_MASK="255.255.255.0"PRESET_NET_STATIC_GATEWAY="192.168.0.1"PRESET_NET_STATIC_DNS="8.8.8.8 8.8.4.4"# Preset user default shell, you can choose bash or zshPRESET_USER_SHELL="bash"# Set PRESET_CONNECT_WIRELESS=y if you want to connect wifi manually # at first loginPRESET_CONNECT_WIRELESS="n"# Set SET_LANG_BASED_ON_LOCATION=n if you want to choose # "Set user language based on your location?" with "n" at first loginSET_LANG_BASED_ON_LOCATION="y"# Preset default localePRESET_LOCALE="en_US.UTF-8"# Preset timezonePRESET_TIMEZONE="Etc/UTC"# Preset root passwordPRESET_ROOT_PASSWORD="RootPassword"# Preset URL for root SSH key# Use GitHub stored keys: https://github.com/<username>.keysPRESET_ROOT_KEY=""# Preset usernamePRESET_USER_NAME="armbian"# Preset user passwordPRESET_USER_PASSWORD="UserPassword"# Preset URL for user SSH key# Use GitHub stored keys: https://github.com/<username>.keysPRESET_USER_KEY=""# Preset user default realnamePRESET_DEFAULT_REALNAME="Armbian user"
You can use the same config file for more images. In this case you create file that is accessible via HTTP with the same content and place only URL to this config