Skip to content

Commit acd0d63

Browse files
committed
TCR-880: Update 'How to install' section of LTS kernel
1 parent 1474040 commit acd0d63

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

  • docs/cloudlinuxos/cloudlinux_os_kernel

docs/cloudlinuxos/cloudlinux_os_kernel/README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,20 @@ Also, this kernel is available for CL8, serving as an alternative to the Hybrid
3838

3939
### How To Install
4040

41+
:::warning Note
4142
The LTS kernel is compatible with CL8 / CL9 systems.
43+
:::
4244

43-
Install the LTS kernel main packages:
45+
1. Install the LTS kernel main packages:
4446

4547
```
46-
dnf install kernel-lts
48+
dnf install kernel-lts kmod-lve-lts
4749
```
4850
::: tip Note
49-
If kernel-lts-purge-all was previously installed then add --allowerasing
51+
If `kernel-lts-purge-all` was previously installed then add `--allowerasing`.
5052
:::
5153

52-
After that, you should reboot:
54+
2. After that, you should reboot:
5355

5456
```
5557
reboot
@@ -58,7 +60,7 @@ reboot
5860
Some systems might do additional SELinux relabeling and they will reboot one more time.
5961
:::
6062

61-
After the reboot, replace all kernel packages with LTS versions
63+
3. After the reboot, replace all kernel packages with LTS versions
6264
```
6365
dnf install --allowerasing kernel-lts-install-all
6466
```
@@ -71,17 +73,17 @@ This will:
7173

7274
Use this path to return from the LTS kernel to the generic kernel.
7375

74-
Install the original kernel core
76+
1. Install the original kernel core
7577
```
7678
dnf install --allowerasing kernel
7779
```
7880

79-
After that, you should reboot:
81+
2. After that, you should reboot:
8082
```
8183
reboot
8284
```
8385

84-
Replace all LTS kernel packages with original versions
86+
3. Replace all LTS kernel packages with original versions
8587
```
8688
dnf install --allowerasing kernel-lts-purge-all
8789
```

0 commit comments

Comments
 (0)