You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/content/v1.12/reference/kernel.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,7 @@ The difference between the two is the order of configuration loading:
159
159
160
160
For both arguments, the machine configuration should be `zstd` compressed and base64-encoded to be passed as a kernel parameter.
161
161
162
-
> Note: The kernel command line has a limited size (4096 bytes), so this method is only suitable for small configuration documents.
162
+
> Note: The kernel command line has a limited size (~2000 bytes), so this method is only suitable for small configuration documents.
163
163
164
164
One such example is to provide [a custom CA certificate]({{< relref "../talos-guides/configuration/certificate-authorities" >}}) via `TrustedRootsConfig` in the machine configuration:
0 commit comments