diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-10 21:24:52 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-10 21:24:52 +0100 |
commit | f71003798442442c57fd0282352dc217e4e36482 (patch) | |
tree | 28de4e939a8acc159dd5f1f398d1389cfc47e552 | |
parent | systemd-boot: Add support for reading extra kernel cmdline from SMBIOS (diff) | |
download | systemd-f71003798442442c57fd0282352dc217e4e36482.tar.xz systemd-f71003798442442c57fd0282352dc217e4e36482.zip |
man: Mention that SMBIOS type 11 strings are ignored inside CVM
-rw-r--r-- | man/systemd-boot.xml | 3 | ||||
-rw-r--r-- | man/systemd-stub.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index 9ada3f2091..a4d1c003e0 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -565,7 +565,8 @@ <title>SMBIOS Type 11 Strings</title> <para><command>systemd-boot</command> can be configured using SMBIOS Type 11 strings. Applicable strings - consist of a name, followed by <literal>=</literal>, followed by the value. + consist of a name, followed by <literal>=</literal>, followed by the value. Unless + <command>systemd-boot</command> detects it is running inside a confidential computing environment, <command>systemd-boot</command> will search the table for a string with a specific name, and if found, use its value. The following strings are read:</para> diff --git a/man/systemd-stub.xml b/man/systemd-stub.xml index e489a138d6..756654854e 100644 --- a/man/systemd-stub.xml +++ b/man/systemd-stub.xml @@ -503,7 +503,8 @@ <title>SMBIOS Type 11 Strings</title> <para><command>systemd-stub</command> can be configured using SMBIOS Type 11 strings. Applicable strings - consist of a name, followed by <literal>=</literal>, followed by the value. + consist of a name, followed by <literal>=</literal>, followed by the value. Unless + <command>systemd-stub</command> detects it is running inside a confidential computing environment, <command>systemd-stub</command> will search the table for a string with a specific name, and if found, use its value. The following strings are read:</para> |