]> git.ipfire.org Git - thirdparty/systemd.git/blame - man/smbios-type-11.xml
systemctl: do not fall back to StartUnit automatically for sleep operations
[thirdparty/systemd.git] / man / smbios-type-11.xml
CommitLineData
eb99c459
LP
1<?xml version='1.0'?> <!--*-nxml-*-->
2<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
eea10b26 3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
eb99c459
LP
4<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->
5
4623eecb 6<refentry id="smbios-type-11" xmlns:xi="http://www.w3.org/2001/XInclude">
eb99c459
LP
7
8 <refentryinfo>
9 <title>smbios-type-11</title>
10 <productname>systemd</productname>
11 </refentryinfo>
12
13 <refmeta>
14 <refentrytitle>smbios-type-11</refentrytitle>
15 <manvolnum>7</manvolnum>
16 </refmeta>
17
18 <refnamediv>
19 <refname>smbios-type-11</refname>
20 <refpurpose>SMBIOS Type 11 strings</refpurpose>
21 </refnamediv>
22
23 <refsynopsisdiv>
24 <para><filename>/sys/firmware/dmi/entries/11-*/raw</filename></para>
25 </refsynopsisdiv>
26
27 <refsect1>
28 <title>Description</title>
29
30 <para>Various OS components process SMBIOS Type 11 vendor strings that a virtual machine manager (VMM)
31 may set and a virtual machine (VM) receives. SMBIOS Type 11 vendor strings may play a similar role as
32 <citerefentry><refentrytitle>kernel-command-line</refentrytitle><manvolnum>1</manvolnum></citerefentry>
33 parameters but generally are under control of the VMM rather than the boot loader or UKI.</para>
34
35 <para>For details on SMBIOS Type 11 see the <ulink url="https://www.dmtf.org/standards/smbios/">System
36 Management BIOS</ulink> specifications.</para>
37 </refsect1>
38
39 <refsect1>
e014a194 40 <title>Strings</title>
eb99c459
LP
41
42 <para>The following strings are supported:</para>
43
44 <variablelist class='smbios-type-11-options'>
45 <varlistentry>
46 <term><varname>io.systemd.credential:</varname><replaceable>CREDENTIAL=VALUE</replaceable></term>
47 <term><varname>io.systemd.credential.binary:</varname><replaceable>CREDENTIAL=VALUE</replaceable></term>
48
49 <listitem><para>This allows passing additional system credentials into the system, in textual or binary (Base64)
50 form. See
51 <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry> and
52 <ulink url="https://systemd.io/CREDENTIALS">System and Service Credentials</ulink> for
ec07c3c8
AK
53 details.</para>
54
e014a194 55 <xi:include href="version-info.xml" xpointer="v252"/></listitem>
eb99c459
LP
56 </varlistentry>
57
58 <varlistentry>
59 <term><varname>io.systemd.stub.kernel-cmdline-extra=</varname><replaceable>CMDLINE</replaceable></term>
60
61 <listitem><para>This allows configuration of additional kernel command line options, and is read by
62 the kernel UEFI stub. For details see
ec07c3c8
AK
63 <citerefentry><refentrytitle>systemd-stub</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para>
64
65 <xi:include href="version-info.xml" xpointer="v254"/></listitem>
eb99c459 66 </varlistentry>
365e90b9
DDM
67
68 <varlistentry>
69 <term><varname>io.systemd.boot.kernel-cmdline-extra=</varname><replaceable>CMDLINE</replaceable></term>
70
71 <listitem><para>This allows configuration of additional kernel command line options for Boot Loader
72 Specification Type 1 entries, and is read by <command>systemd-boot</command>. For details see
73 <citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para>
74
75 <xi:include href="version-info.xml" xpointer="v256"/></listitem>
76 </varlistentry>
eb99c459
LP
77 </variablelist>
78 </refsect1>
79
80 <refsect1>
81 <title>See Also</title>
13a69c12
DT
82 <para><simplelist type="inline">
83 <member><citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry></member>
84 <member><citerefentry><refentrytitle>kernel-command-line</refentrytitle><manvolnum>7</manvolnum></citerefentry></member>
85 <member><citerefentry><refentrytitle>systemd.system-credentials</refentrytitle><manvolnum>7</manvolnum></citerefentry></member>
86 </simplelist></para>
eb99c459
LP
87 </refsect1>
88
89</refentry>