diff options
author | Merlin Jehli <merlin@jeh.li> | 2024-07-13 18:00:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-13 18:00:16 +0200 |
commit | 274a38c79ae8d811c592fd924830d57fa16aac90 (patch) | |
tree | e7996b1fcc4013660e2640d90504f57fd71657c5 /man/machine-id.xml | |
parent | Merge pull request #33711 from dtardon/masked-unit-NeedDaemonReload (diff) | |
download | systemd-274a38c79ae8d811c592fd924830d57fa16aac90.tar.xz systemd-274a38c79ae8d811c592fd924830d57fa16aac90.zip |
machine-id: Add cmdline argument to use VM behaviour on bare metal (#32086)
Closes #30707
Diffstat (limited to 'man/machine-id.xml')
-rw-r--r-- | man/machine-id.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/machine-id.xml b/man/machine-id.xml index b142d2f0b5..79e020768d 100644 --- a/man/machine-id.xml +++ b/man/machine-id.xml @@ -102,7 +102,8 @@ value of the kernel command line option <varname>container_uuid</varname>, the KVM DMI <filename>product_uuid</filename> or the devicetree <filename>vm,uuid</filename> (on KVM systems), the Xen hypervisor <filename>uuid</filename>, and finally a randomly - generated UUID.</para> + generated UUID. <varname>systemd.machine_id=firmware</varname> can be set to generate the machine ID + from the firmware.</para> <para>After the machine ID is established, <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry> |