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

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

# 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 HMP100"

# 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-hmp-"

# The firmware package header magic string
rc_fw_pkg_magic="SPINETIX 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="no"
