Run depmod when building Cosmo Communicator rootfs
This commit is contained in:
parent
c260d96c4c
commit
2bb99a3fb4
1 changed files with 5 additions and 0 deletions
|
|
@ -36,6 +36,11 @@ actions:
|
||||||
description: Add apt sandbox user to Android inet group
|
description: Add apt sandbox user to Android inet group
|
||||||
command: sed -i 's/_apt:x:100:65534/_apt:x:100:3003/g' /etc/passwd
|
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" }}
|
{{ if eq $variant "lxqt" }}
|
||||||
- action: recipe
|
- action: recipe
|
||||||
recipe: variants/lxqt.yaml
|
recipe: variants/lxqt.yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue