Skip to content

Commit 6919d23

Browse files
committed
docs: update kernel args size
Fixes #12162 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 887b296 commit 6919d23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/content/v1.12/reference/kernel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The difference between the two is the order of configuration loading:
159159

160160
For both arguments, the machine configuration should be `zstd` compressed and base64-encoded to be passed as a kernel parameter.
161161

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.
163163
164164
One such example is to provide [a custom CA certificate]({{< relref "../talos-guides/configuration/certificate-authorities" >}}) via `TrustedRootsConfig` in the machine configuration:
165165

0 commit comments

Comments
 (0)