@@ -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
4142The 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```
5557reboot
5860Some 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```
6365dnf install --allowerasing kernel-lts-install-all
6466```
@@ -71,17 +73,17 @@ This will:
7173
7274Use 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```
7678dnf install --allowerasing kernel
7779```
7880
79- After that, you should reboot:
81+ 2 . After that, you should reboot:
8082```
8183reboot
8284```
8385
84- Replace all LTS kernel packages with original versions
86+ 3 . Replace all LTS kernel packages with original versions
8587```
8688dnf install --allowerasing kernel-lts-purge-all
8789```
0 commit comments