Skip to content

Commit 57326fa

Browse files
authored
TCR-561
1 parent 27491bd commit 57326fa

File tree

1 file changed

+25
-1
lines changed
  • docs/cloudlinuxos/cloudlinux_os_kernel

1 file changed

+25
-1
lines changed

docs/cloudlinuxos/cloudlinux_os_kernel/README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,31 @@ More information about the actual kernel changes and releases can be obtained fr
2222

2323
## Hybrid Kernels
2424

25-
Hybrid kernels give you the ability to take advantage of the benefits and features available in newer kernels without having to completely upgrade to another version of the operating system. Example - for the CloudLinux 7 kernel, based on version 3.10, you can install a hybrid kernel (same as on CloudLinux 8), which is based on version 4.18. This provides more kernel options, memory and overall optimization, as well as a positive impact on system performance.
25+
Hybrid kernels give you the ability to take advantage of the benefits and features available in newer kernels without having to completely upgrade to another version of the operating system. Example - for the CloudLinux 7 kernel, based on version 3.10, you can install a hybrid kernel (same as on CloudLinux 8), which is based on version 4.18. This provides more kernel options, memory and overall optimization, as well as a positive impact on system performance.
26+
27+
### CL9 LTS kernel
28+
29+
In CL9 we don’t have our own kernel, instead we use AlmaLinux’s one which gets regular upstream updates.
30+
31+
For stability purposes we have also prepared the LTS (Long Term Support) kernel which is older than AlmaLinux by upstream version but has all security fixes / high scored CVEs.
32+
33+
We recommend this kernel as it minimizes changes while maintaining comprehensive CVE coverage.
34+
35+
#### How To Install
36+
37+
Run the following commands:
38+
39+
```
40+
dnf install -y --allowerasing kernel-lts kmod-lve-lts perf-lts bpftool-lts
41+
```
42+
```
43+
reboot
44+
```
45+
46+
After the reboot, you should delete regular kernels to prevent regular updates from overwriting default boot kernel:
47+
```
48+
dnf remove kernel-core
49+
```
2650

2751
#### How to migrate from the normal kernel to hybrid one
2852

0 commit comments

Comments
 (0)