#
# 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="iBX440"

# The vendor
rc_vendor="SpinetiX"

# The machine architecture name on which this runs
rc_macharch="intel_spx_apl"

# The hardware string prefix (optional) to be included in the SPX_HW_TYPE;
# denotes characterization or context information for the hardware
rc_hw_prefix=

# The hardware type / model suffix (optional) *not* included in the SPX_HW_TYPE;
# 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-dsos-"

# 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="poweroff"

# The style of bootcount
rc_bootcount_style=grub-env-block

# The bootcount file path (within partition if using partition)
rc_bootcount_path=bootcount/bootcount.env

# The bootcount limit offset, leave empty for none
rc_bootcount_lim_offset=2

# The default delay (seconds) for resetting the bootcount
rc_bootcount_delay=300

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

