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

# The vendor
rc_vendor="SpinetiX"

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

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

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

# 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=plain-file

# The bootcount file path (within partition if using partition)
rc_bootcount_path=/proc/driver/bootcount

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

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