[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:
parent
8d16d9f810
commit
00cd22460a
@ -1,2 +1,3 @@
|
||||
verbosity=1
|
||||
bootlogo=false
|
||||
extraargs=systemd.unified_cgroup_hierarchy=0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user