Run depmod when building Cosmo Communicator rootfs

This commit is contained in:
NeKit 2020-05-08 03:07:02 +02:00
parent c260d96c4c
commit 2bb99a3fb4

View file

@ -36,6 +36,11 @@ actions:
description: Add apt sandbox user to Android inet group
command: sed -i 's/_apt:x:100:65534/_apt:x:100:3003/g' /etc/passwd
- action: run
chroot: true
description: depmod kernel modules
command: depmod -a 4.4.146
{{ if eq $variant "lxqt" }}
- action: recipe
recipe: variants/lxqt.yaml