Skip to content

Commit 027d188

Browse files
authored
TCR-589
1 parent 222c624 commit 027d188

File tree

1 file changed

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

1 file changed

+7
-0
lines changed

docs/cloudlinuxos/cloudlinux_os_kernel/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ Run the following commands:
3636
```
3737
dnf install -y --allowerasing kernel-lts kmod-lve-lts perf-lts bpftool-lts
3838
```
39+
In case you have dkms third-party modules that need devel package you should install them too:
40+
```
41+
dnf install -y kernel-lts-devel kernel-lts-devel-matched
42+
```
43+
44+
After that, you should reboot:
45+
3946
```
4047
reboot
4148
```

0 commit comments

Comments
 (0)