From 3e69c17283232c30de17821a989905dda15281c7 Mon Sep 17 00:00:00 2001 From: Adam Boardman Date: Sat, 15 Apr 2023 12:24:54 +0100 Subject: [PATCH] Updated kernel version number in depmod --- astroslide.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/astroslide.yaml b/astroslide.yaml index 5859297..a12adb2 100644 --- a/astroslide.yaml +++ b/astroslide.yaml @@ -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