Skip to content

Commit b81ee35

Browse files
authored
TCR-561 corrected the section location
1 parent c5ac4fd commit b81ee35

File tree

1 file changed

+7
-6
lines changed
  • docs/cloudlinuxos/cloudlinux_os_kernel

1 file changed

+7
-6
lines changed

docs/cloudlinuxos/cloudlinux_os_kernel/README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
This documentation describes specific features of the CloudLinux kernel. In other cases the kernel has the same features and innovations as any similar RHEL kernel.
44
More information about the actual kernel changes and releases can be obtained from our [changelog](https://changelog.cloudlinux.com/).
55

6+
* [CL9 LTS kernel](./#cl9-lts-kernel)
67
* [Hybrid Kernels](./#hybrid-kernels)
78
* [SecureLinks and Link Traversal Protection](./#securelinks-and-link-traversal-protection)
89
* [File change API](./#file-change-api)
@@ -20,19 +21,15 @@ More information about the actual kernel changes and releases can be obtained fr
2021
* [Enter LVE when using cPanel utilities](./#enter-lve-when-using-cpanel-utilities)
2122
* [Proactive reporting kernel crash events with Sentry and Kernel Panic Receiver](./#proactive-reporting-kernel-crash-events-with-sentry-and-kernel-panic-receiver)
2223

23-
## Hybrid Kernels
24-
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
24+
## CL9 LTS kernel
2825

2926
In CL9 we don’t have our own kernel, instead we use AlmaLinux’s one which gets regular upstream updates.
3027

3128
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.
3229

3330
We recommend this kernel as it minimizes changes while maintaining comprehensive CVE coverage.
3431

35-
#### How To Install
32+
### How To Install
3633

3734
Run the following commands:
3835

@@ -48,6 +45,10 @@ After the reboot, you should delete regular kernels to prevent regular updates f
4845
dnf remove kernel-core
4946
```
5047

48+
## Hybrid Kernels
49+
50+
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.
51+
5152
#### How to migrate from the normal kernel to hybrid one
5253

5354
::: tip Note

0 commit comments

Comments
 (0)