From: Lennart Poettering Date: Thu, 29 Jun 2023 13:57:26 +0000 (+0200) Subject: man: add brief smbios-type-11 man page X-Git-Tag: v254-rc1~73 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eb99c45914fe2883a21879f1490cf4d2ff4fba70;p=thirdparty%2Fsystemd.git man: add brief smbios-type-11 man page --- diff --git a/man/directives-template.xml b/man/directives-template.xml index f28bd98d25f..114707d2d00 100644 --- a/man/directives-template.xml +++ b/man/directives-template.xml @@ -32,6 +32,14 @@ + + SMBIOS Type 11 Variables + + Data passed from VMM to system via SMBIOS Type 11. + + + + Environment variables diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index eef6db4a5c5..93ed4f6acb5 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -628,6 +628,8 @@ systemd1, systemd-system.conf5, bootparam7, + systemd.system-credentials7 + smbios-type-117, dracut.cmdline7, systemd-debug-generator8, systemd-fsck@.service8, diff --git a/man/rules/meson.build b/man/rules/meson.build index e5a36c43d88..e8c5a967ad9 100644 --- a/man/rules/meson.build +++ b/man/rules/meson.build @@ -876,6 +876,7 @@ manpages = [ 'HAVE_PAM'], ['sd_watchdog_enabled', '3', [], ''], ['shutdown', '8', [], ''], + ['smbios-type-11', '7', [], ''], ['sysctl.d', '5', [], ''], ['systemctl', '1', [], ''], ['systemd-ac-power', '1', [], ''], diff --git a/man/smbios-type-11.xml b/man/smbios-type-11.xml new file mode 100644 index 00000000000..5b8b32b0e99 --- /dev/null +++ b/man/smbios-type-11.xml @@ -0,0 +1,75 @@ + + + + + + + + smbios-type-11 + systemd + + + + smbios-type-11 + 7 + + + + smbios-type-11 + SMBIOS Type 11 strings + + + + /sys/firmware/dmi/entries/11-*/raw + + + + Description + + Various OS components process SMBIOS Type 11 vendor strings that a virtual machine manager (VMM) + may set and a virtual machine (VM) receives. SMBIOS Type 11 vendor strings may play a similar role as + kernel-command-line1 + parameters but generally are under control of the VMM rather than the boot loader or UKI. + + For details on SMBIOS Type 11 see the System + Management BIOS specifications. + + + + Core OS Command Line Arguments + + The following strings are supported: + + + + io.systemd.credential:CREDENTIAL=VALUE + io.systemd.credential.binary:CREDENTIAL=VALUE + + This allows passing additional system credentials into the system, in textual or binary (Base64) + form. See + systemd.exec5 and + System and Service Credentials for + details. + + + + io.systemd.stub.kernel-cmdline-extra=CMDLINE + + This allows configuration of additional kernel command line options, and is read by + the kernel UEFI stub. For details see + systemd-stub1. + + + + + + See Also + + systemd1, + kernel-command-line7, + systemd.system-credentials7 + + + + diff --git a/man/systemd.system-credentials.xml b/man/systemd.system-credentials.xml index 62f86d1254e..f75a83cc3fb 100644 --- a/man/systemd.system-credentials.xml +++ b/man/systemd.system-credentials.xml @@ -215,7 +215,8 @@ See Also systemd1, - kernel-command-line7 + kernel-command-line7, + smbios-type-117