15 lines
468 B
Plaintext
15 lines
468 B
Plaintext
## Path: System/Live Patching
|
|
## Description: Configuration of the system live patch deployment
|
|
## Type: string
|
|
## Default: "auto"
|
|
#
|
|
# This setting controls whether kernel live patches are loaded
|
|
# during the installation of the live patch RPM package.
|
|
#
|
|
# The valid settings are "always", "never", and "auto".
|
|
# Specifically, "auto" functions as "never" on systems using
|
|
# transactional update and as "always" on other systems."
|
|
#
|
|
LIVEPATCH_KERNEL='auto'
|
|
|