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

# Model name to be shown in multiple places
rc_model="IS-SPX-1000"

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

# The vendor
rc_vendor="AMX"

# The model name as shown on the web interface, often includes manufacturer
rc_web_model="AMX IS-SPX-1000"

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

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

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

# The firmware package header magic string
rc_fw_pkg_magic="AMX-IS INSTALLATION IMAGE"

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