mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
[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:
@@ -1,2 +1,3 @@
|
||||
verbosity=1
|
||||
bootlogo=false
|
||||
extraargs=systemd.unified_cgroup_hierarchy=0
|
||||
|
||||
Reference in New Issue
Block a user