# User settings for SpinetiX DSOS installer

# Any line starting with # is ignored (i.e. a comment).
# Leading whitespace on any line is significant, do not leave any
# whitespace at the start of a line.

# Settings are key value pairs, separated by a single = without any
# surrounding whitespace. The value is read literally, any quotes
# or special characters are part of the value.

# TARGET: the name of the disk device where to install DSOS.
# If no value is set then it is automatically selected, but the user is
# prompted to choose one disk if there are multiple candidate disks.
# The disk containing the install files is always skipped.
# Uncomment the line below and set desired name to make the setting effective.
#TARGET=mmcblk0

# CONFIRM: it disables user confirmations when set to "no" (e.g., prompts
# like "are you sure?").
# Uncomment the line below to make the setting effective.
#CONFIRM=no

# ON_SUCCESS: the action to take at the end of a successful run of the
# installer, one of "reboot", "poweroff", "fastreboot" or "fastpoweroff".
# If not set then no special action is taken, the installer just waits
# at the console.
#ON_SUCCESS=poweroff

# PHYSICAL_PRESENCE: if set to "no" it means there is no physical (i.e. human)
# presence on the device's console, so if a physical presence check is
# required the installation should be aborted.
# By default any physical presence checks do not abort the installation.
#PHYSICAL_PRESENCE=no

# ENFORCE_SECURE_BOOT: if set to "no" it allows the installer to install even
# if secure boot is disabled; this is *strongly* discouraged as it compromises
# the security of the platform and can make the platform unbootable if secure
# boot is enabled later. Leave commented out unless instructed otherwise.
# By default the installer aborts if secure boot is disabled.
#ENFORCE_SECURE_BOOT=no

# ACTIVATION_SERVER_URL: the URL of the activation server, this is for
# testing or special setups only. The default is to use the real
# activation server. Leave commented out unless instructed otherwise.
#ACTIVATION_SERVER_URL=

# ACTIVATE: if set to "yes" or when left unset the installer will check,
# after installing DSOS, if a DSOS license is already activated for the
# device and will activate a new one if not.
# Set to any other value (including the empty value) to disable activation,
# in which case DSOS will only work if it was previously activated on the
# same device.
# By default check and activation is done.
# Uncomment the line below to disable activation
#ACTIVATE=no

# ACTIVATE_CHECK_ONLY: if set to "yes" only a check of license activation
# will be done for activation, if no DSOS license has been activated no
# attempt will be made to activate a new one; thus no reseller ID nor
# secret key is needed.
# Uncomment the line below to only check for activation
#ACTIVATE_CHECK_ONLY=yes

# ACTIVATE_SKIP_CHECK: if set to "yes" the activation process will skip
# the check for an already activated DSOS license and proceed directly
# with a new activation; this is for testing and special setups only.
# Leave commented out unless instructed otherwise.
# This cannot be enabled together with ACTIVATE_CHECK_ONLY.
# Uncomment the line below to skip activation check
#ACTIVATE_SKIP_CHECK=yes

# RESELLER_ID: the reseller ID to use in activating the license if a new
# license needs to be activated.
# It is unset by default. If unset or empty, and confirmations are not
# disabled, you will be prompted to type one if activation is required,
# but it is preferred to set it in this file to avoid activation failures
# due to typing errors.
# Set the value to your reseller ID and remove the leading #
#RESELLER_ID=my-reseller-id

# RESELLER_SECRET_KEY: the reseller's secret key to authorize the activation
# if a new license needs to be activated.
# It is unset by default. If unset or empty, and confirmations are not
# disabled, you will be prompted to type one if activation is required,
# but it is preferred to set it in this file to avoid activation failures
# due to typing errors.
# Set the value to your reseller secret key and remove the leading #
#RESELLER_SECRET_KEY=my-secret-key

# PROXY_URL: the URL for an HTTP or HTTPS proxy. If the URL lacks the scheme
# then http:// is used. If the port is absent it defaults to 1080.
# A username and password can be embeddded in the URL (properly encoded)
# or they can be provided via the PROXY_USER and PROXY_PASS settings below.
# By default no proxy is used.
#PROXY_URL=https://my-proxy:8080

# PROXY_USER: the username to use to authenticate to the proxy if needed.
# It is unset by default.
#PROXY_USER=john@example.com

# PROXY_PASS: the password to use to authenticate to the proxy if needed.
# It is unset by default.
#PROXY_PASS=my123secret!
