2024-09-06 15:26:59 +02:00
|
|
|
## Path: System/Live Patching
|
|
|
|
## Description: Configuration of the system live patch deployment
|
|
|
|
## Type: string
|
|
|
|
## Default: "auto"
|
2025-02-07 18:09:59 +01:00
|
|
|
#
|
|
|
|
# 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."
|
|
|
|
#
|
2024-09-06 15:26:59 +02:00
|
|
|
LIVEPATCH_KERNEL='auto'
|
|
|
|
|