Updated kernel version number in depmod

This commit is contained in:
Adam Boardman 2023-04-15 12:24:54 +01:00
parent 4e0efcea1a
commit 3e69c17283

View file

@ -63,8 +63,8 @@ actions:
- action: run
chroot: true
description: depmod kernel modules
command: depmod -a 4.4.146
description: depmod kernel modules (needs /lib/modules/N.N.N)
command: depmod -a 4.14.186
{{ if eq $variant "lxqt" }}
# - action: recipe