# cOS configuration file
# This file allows to tweak cOS configuration such as: default upgrade/recovery image and GRUB menu entry

# Disable/enable image verification during upgrades ( default: true )
NO_VERIFY=true

COSIGN=false

# Disable/enable upgrades via release channels instead of container images. ( default: true )
CHANNEL_UPGRADES=false

# Default container image used for upgrades. ( defaults to system/cos with channel CHANNEL_UPGRADES enabled )
#UPGRADE_IMAGE="quay.io/mudler/cos-test:cos-standard"

# Default recovery image to use when upgrading the recovery partition
# ( defaults to recovery/cos in vanilla cOS images with channel CHANNEL_UPGRADES enabled. Otherwise it defaults to UPGRADE_IMAGE ).
#RECOVERY_IMAGE="quay.io/mudler/cos-test:cos-standard"

# GRUB entry to display on boot. ( defaults: cOS )
GRUB_ENTRY_NAME="RancherOS"

# Space separated list of additional paths that are used to
# source cloud-config from. ( defaults paths are: /system/oem /oem/ /usr/local/cloud-config/ )
#CLOUD_INIT_PATHS=""

# This is the directory that can be used to store cloud-init files that can be enabled/disabled in runtime
# by cos-features. ( defaults to /system/features )
#COS_FEATURESDIR="/system/features"

# Label of the OEM volume
OEM_LABEL="COS_OEM"

# Label of the PERSISTENT volume
PERSISTENT_LABEL="COS_PERSISTENT"

# Label of the RECOVERY volume
RECOVERY_LABEL="COS_RECOVERY"

# Label of the STATE volume
STATE_LABEL="COS_STATE"

# Label of the ACTIVE volume
ACTIVE_LABEL="COS_ACTIVE"

# Label of the PASSIVE volume
PASSIVE_LABEL="COS_PASSIVE"

# Label of the SYSTEM volume
SYSTEM_LABEL="COS_SYSTEM"