11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
## Path: System/Live Patching
|
|
## Description: Configuration of the system live patch deployment
|
|
|
|
## Type: string
|
|
## Default: "auto"
|
|
# Controls whether kernel live patches should be loaded into
|
|
# kernel during live patch RPM package installation. The valid
|
|
# settings are "always", "never" and "auto".
|
|
LIVEPATCH_KERNEL='auto'
|
|
|