Skip to content

Commit a3942bd

Browse files
authored
fixed a typo & added some format
1 parent def35a9 commit a3942bd

File tree

1 file changed

+9
-3
lines changed
  • docs/cloudlinuxos/cloudlinux_os_kernel

1 file changed

+9
-3
lines changed

docs/cloudlinuxos/cloudlinux_os_kernel/README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,29 @@ For stability purposes we have also prepared the LTS (Long Term Support) kernel
2929

3030
We 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+
3638
Install the LTS kernel main packages
3739

3840
```
3941
dnf 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

4347
After that, you should reboot:
4448

4549
```
4650
reboot
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

5056
After the reboot, replace all kernel packages with LTS versions
5157
```

0 commit comments

Comments
 (0)