#
# Main configuration file for init script resources
#
# This is sourced from a Bourne shell script

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

# The hardware type suffix (optional),
# denotes model variants on the same hardware (e.g., speed)
rc_hwtype_suffix=

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

# The default timezone (relative path under /usr/share/zoneinfo/)
rc_default_tz="Europe/Zurich"

# The action for init to take when processing the ctrl-alt-del signal
# ("reboot" or "poweroff", "reboot" is default when not set)
rc_ctrlaltdel_mode="reboot"
