Skip to content

Commit

Permalink
Update example config with inline documentation (#545)
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <edigiacinto@suse.com>
  • Loading branch information
mudler authored Aug 23, 2021
1 parent 6c3b89e commit b02acb8
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions examples/standard/files/etc/cos/config
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
# 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
UPGRADE_IMAGE="quay.io/mudler/cos-test:cos-standard"

# Disable/enable upgrades via release channels instead of container images. ( default: true )
CHANNEL_UPGRADES=false
RECOVERY_IMAGE="quay.io/mudler/cos-test:cos-standard"

# 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 system/cos with channel CHANNEL_UPGRADES enabled )
RECOVERY_IMAGE="quay.io/mudler/cos-test:cos-standard"

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

0 comments on commit b02acb8

Please sign in to comment.