From 67c5e9b3da6cb44b2e210814931dc3feaa7bd22f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Ravier?= Date: Fri, 15 Nov 2024 11:00:42 +0100 Subject: [PATCH] kernel-args: Remove deprecated cgroups v1 example --- modules/ROOT/pages/kernel-args.adoc | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/modules/ROOT/pages/kernel-args.adoc b/modules/ROOT/pages/kernel-args.adoc index 588aae94..a6de4a83 100644 --- a/modules/ROOT/pages/kernel-args.adoc +++ b/modules/ROOT/pages/kernel-args.adoc @@ -4,19 +4,6 @@ You can specify kernel arguments in a Butane config using the `kernel_arguments` section. -=== Example: Staying on cgroups v1 - -Starting from June 2021, cgroups v2 is the default on new installations of Fedora CoreOS. Here's an example `kernelArguments` section which adds the `systemd.unified_cgroup_hierarchy=0` kernel argument so that the machine keeps using cgroups v1: - -[source,yaml,subs="attributes"] ----- -variant: fcos -version: {butane-latest-stable-spec} -kernel_arguments: - should_exist: - - systemd.unified_cgroup_hierarchy=0 ----- - === Example: Disabling all CPU vulnerability mitigations Here's an example `kernelArguments` section which switches `mitigations=auto,nosmt` to `mitigations=off` to disable all CPU vulnerability mitigations: