1
0
mirror of https://github.com/rancher/os.git synced 2025-07-15 07:41:39 +00:00
os/framework/files/etc/cos/config
2021-10-02 22:27:31 -07:00

27 lines
1.2 KiB
Plaintext

# 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 )
VERIFY=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"