Skip to content

Commit

Permalink
tools: remove cgroupv1 kernel parameters for kata
Browse files Browse the repository at this point in the history
Remove cgroupv1 kernel parameters for kata

Signed-off-by: Mitch Zhu <[email protected]>
  • Loading branch information
miz060 committed Jun 17, 2024
1 parent 2d32df1 commit 60aa8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/osbuilder/node-builder/azure-linux/package_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if [ "${CONF_PODS}" == "yes" ]; then
make ${runtime_make_flags}
else
# cannot add the kernelparams in initial assignment, quotation issue
make ${runtime_make_flags} KERNELPARAMS="systemd.legacy_systemd_cgroup_controller=yes systemd.unified_cgroup_hierarchy=0"
make ${runtime_make_flags} KERNELPARAMS=""
fi
popd

Expand Down

0 comments on commit 60aa8dd

Please sign in to comment.