[bootenv/rockchip] Force cgroup v1 usage (#3830)

Force cgroup v1 usage since some runc apps like docker 20.10+ cannot run on rockchip with cgroup v2 enabled. (It generates BPF related issues, see opencontainers/runc#2959)

This is a workaround until a proper fix is submitted.

Tested on Asus Tinkerboard with current stable kernel.
This commit is contained in:
Enguerran P 2022-06-06 10:07:13 +02:00 committed by GitHub
parent 8d16d9f810
commit 00cd22460a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,3 @@
verbosity=1
bootlogo=false
extraargs=systemd.unified_cgroup_hierarchy=0