File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
docs/cloudlinuxos/cloudlinux_os_kernel Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -29,23 +29,29 @@ For stability purposes we have also prepared the LTS (Long Term Support) kernel
2929
3030We recommend this kernel as it minimizes changes while maintaining comprehensive CVE coverage.
3131
32- Also, this kernel is available for CL8 serving as a analogue of Hybrid kernel (CL9 kernel + CL8 system).
32+ Also, this kernel is available for CL8 serving as an analogue of Hybrid kernel (CL9 LTS kernel + CL8 system).
3333
3434### How To Install
3535
36+ The LTS kernel is compatible with CL8 / CL9 systems.
37+
3638Install the LTS kernel main packages
3739
3840```
3941dnf install kernel-lts
4042```
41- Note: if kernel-lts-purge-all was previously installed then add --allowerasing
43+ ::: tip Note
44+ If kernel-lts-purge-all was previously installed then add --allowerasing
45+ :::
4246
4347After that, you should reboot:
4448
4549```
4650reboot
4751```
48- Note: some systems might do additional SELinux relabeling and they will reboot one more time.
52+ ::: tip Note
53+ Some systems might do additional SELinux relabeling and they will reboot one more time.
54+ :::
4955
5056After the reboot, replace all kernel packages with LTS versions
5157```
You can’t perform that action at this time.
0 commit comments