Skip to content

Commit de8da9b

Browse files
authored
Merge pull request #16 from flatcar-linux/kai/template-error-command-not-found
flatcar-postinst: fix template error command not found
2 parents 04a7685 + c26f963 commit de8da9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flatcar-postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ if [[ "${BUILD_ID}" != "dev-"* ]]; then
339339
# Automatically added during update from ${VERSION_ID} to ${NEXT_VERSION_ID}
340340
# Flatcar has migrated to cgroup v2. Your node has been kept on cgroup v1.
341341
# Migrate at your own convenience by changing the value to '=1', or remove this
342-
# line if you don't need to switch back ('systemd.legacy_systemd_cgroup_controller' only has effect for `=0`).
342+
# line if you don't need to switch back ('systemd.legacy_systemd_cgroup_controller' only has effect for '=0').
343343
# For more details visit:
344344
# https://kinvolk.io/docs/flatcar-container-linux/latest/container-runtimes/switching-to-unified-cgroups
345345
set linux_append="\$linux_append systemd.unified_cgroup_hierarchy=0 systemd.legacy_systemd_cgroup_controller"

0 commit comments

Comments
 (0)