aboutsummarylogtreecommitdiffstats
path: root/kernel-rotate.conf
blob: 520d0425ed1f09f405998f271c0bd4de32e79d81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Kernel Rotation Settings

# Boot Path, where your kernels are stored:
# NOTE: If you change this of BACKUP_PATH below, be sure to create a
#       /etc/tmpfiles.d/kernel-rotate-cleanup.conf override configuration
#       matching the path expected, else they will not be cleaned up.
# Default: /boot
#BOOT_PATH="/boot"

# Backup Path:
# Backup path to keep old kernels in. This can be /boot/.old, or the same
# as BOOT_PATH. If using the same directory as BOOT_PATH old kernels will
# be saved with .old at the end so they can be booted with.
# Default: BOOT_PATH
#BACKUP_PATH="/boot"

# Rotation Style:
# Available settings:
#   active - Only rotate the actively running kernel.
#   list   - Only rotate listed kernels provided below.
#   all    - Backup all kernels being updated.
#   none   - Disable rotations.
# Default: none
#ROTATION_STYLE="none"

# Rotation List (space seperated list of kernel package names):
# Default: linux
#ROTATION_LIST="linux linux-lts"