#
# Main configuration file for recovery console
#
# This is sourced from a Bourne shell script

# Model name to be shown in multiple places
rc_model="DSOS"

# DNS-SD service type for the player
rc_dns_sd_type_player="_spx-hmp"

# The vendor
rc_vendor="SpinetiX"

# The model name as shown on the web interface, often includes manufacturer
rc_web_model="SpinetiX DSOS"

# The support name (usually company or department name)
rc_support_name="SpinetiX"

# The support e-mail address
rc_support_email="support@spinetix.com"

# The prefix for the hostname (the serial number is appended)
rc_host_prefix="spx-dsos-"

# The firmware package header magic string
rc_fw_pkg_magic="SPINETIX INSTALLATION IMAGE"

# The default hardware revision range if not present in firmware package header
rc_fw_pkg_default_min_hwrev=
rc_fw_pkg_default_max_hwrev=

# If set to "yes" then heuristics are applied when firmware pkg is
# missing the TYPE header, otherwise the header is required.
rc_fw_pkg_type_guess=

# If set to "yes" the interface assumes all installable firmwares
# are zeroconf enabled, so no compatibility message is show
rc_fw_all_zerconf="yes"

# If this model has WLAN support (yes/no), empty means no
rc_has_wlan=yes
