Skip to content

Commit

Permalink
Disable cgroup hybrid hierarchy
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Mar 1, 2024
1 parent a8a246a commit d17a96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ if [ -z "${GUEST_MAC:-}" ]; then
fi

if [ -z "${KERNEL_BOOT_ARGS:-}" ]; then
KERNEL_BOOT_ARGS="console=ttyS0 reboot=k panic=1 pci=off random.trust_cpu=on"
KERNEL_BOOT_ARGS="console=ttyS0 reboot=k panic=1 pci=off random.trust_cpu=on systemd.unified_cgroup_hierarchy=0"

if [ "$(uname -m)" = "aarch64" ]; then
KERNEL_BOOT_ARGS="keep_bootcon ${KERNEL_BOOT_ARGS}"
Expand Down

0 comments on commit d17a96f

Please sign in to comment.