summaryrefslogtreecommitdiffstats
path: root/man/smbios-type-11.xml
blob: 18d17bd9356961553bec1256c29bb35adff64d75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<?xml version='1.0'?> <!--*-nxml-*-->
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<!-- SPDX-License-Identifier: LGPL-2.1-or-later -->

<refentry id="smbios-type-11" xmlns:xi="http://www.w3.org/2001/XInclude">

  <refentryinfo>
    <title>smbios-type-11</title>
    <productname>systemd</productname>
  </refentryinfo>

  <refmeta>
    <refentrytitle>smbios-type-11</refentrytitle>
    <manvolnum>7</manvolnum>
  </refmeta>

  <refnamediv>
    <refname>smbios-type-11</refname>
    <refpurpose>SMBIOS Type 11 strings</refpurpose>
  </refnamediv>

  <refsynopsisdiv>
    <para><filename>/sys/firmware/dmi/entries/11-*/raw</filename></para>
  </refsynopsisdiv>

  <refsect1>
    <title>Description</title>

    <para>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
    <citerefentry><refentrytitle>kernel-command-line</refentrytitle><manvolnum>1</manvolnum></citerefentry>
    parameters but generally are under control of the VMM rather than the boot loader or UKI.</para>

    <para>For details on SMBIOS Type 11 see the <ulink url="https://www.dmtf.org/standards/smbios/">System
    Management BIOS</ulink> specifications.</para>
  </refsect1>

  <refsect1>
    <title>Strings</title>

    <para>The following strings are supported:</para>

    <variablelist class='smbios-type-11-options'>
      <varlistentry>
        <term><varname>io.systemd.credential:</varname><replaceable>CREDENTIAL=VALUE</replaceable></term>
        <term><varname>io.systemd.credential.binary:</varname><replaceable>CREDENTIAL=VALUE</replaceable></term>

        <listitem><para>This allows passing additional system credentials into the system, in textual or binary (Base64)
        form. See
        <citerefentry><refentrytitle>systemd.exec</refentrytitle><manvolnum>5</manvolnum></citerefentry> and
        <ulink url="https://systemd.io/CREDENTIALS">System and Service Credentials</ulink> for
        details.</para>

        <xi:include href="version-info.xml" xpointer="v252"/></listitem>
      </varlistentry>

      <varlistentry>
        <term><varname>io.systemd.stub.kernel-cmdline-extra=</varname><replaceable>CMDLINE</replaceable></term>

        <listitem><para>This allows configuration of additional kernel command line options, and is read by
        the kernel UEFI stub. For details see
        <citerefentry><refentrytitle>systemd-stub</refentrytitle><manvolnum>1</manvolnum></citerefentry>.</para>

        <xi:include href="version-info.xml" xpointer="v254"/></listitem>
      </varlistentry>
    </variablelist>
  </refsect1>

  <refsect1>
      <title>See Also</title>
      <para>
        <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
        <citerefentry><refentrytitle>kernel-command-line</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
        <citerefentry><refentrytitle>systemd.system-credentials</refentrytitle><manvolnum>7</manvolnum></citerefentry>
      </para>
  </refsect1>

</refentry>