]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: mention qemu fw_cfg size limitation 24273/head
authorLudwig Nussel <ludwig.nussel@suse.de>
Wed, 10 Aug 2022 12:21:50 +0000 (14:21 +0200)
committerLudwig Nussel <ludwig.nussel@suse.de>
Thu, 11 Aug 2022 11:32:55 +0000 (13:32 +0200)
docs/CREDENTIALS.md

index 4ba37844696e4e3dd439bcfb5e757b00ea41fd91..f0d9865829f4b30c4e56739384d5c069d8e2a5c4 100644 (file)
@@ -266,7 +266,8 @@ services where they are ultimately consumed.
    three of these specific switches would set credential `foo` to `bar`.)
    Passing credentials via the SMBIOS mechanism is typically preferable over
    `fw_cfg` since it is faster and less specific to the chosen VMM
-   implementation.
+   implementation. Moreover, `fw_cfg` has a 55 character limitation
+   on names passed that way. So some settings may not fit.
 
 3. Credentials can also be passed into a system via the kernel command line,
    via the `systemd.set-credential=` kernel command line option. Note though