diff options
author | Nils Carlson <pyssling@ludd.ltu.se> | 2015-07-06 00:00:59 +0200 |
---|---|---|
committer | Nils Carlson <pyssling@ludd.ltu.se> | 2016-01-12 22:10:41 +0000 |
commit | ee48dbd55f544d9ee4a17497b5757be7e854c869 (patch) | |
tree | e290abed946e3c8dc1f77efeafe2aec61095265c /man/kernel-command-line.xml | |
parent | a41a7181c9af8f9ac93a85a2cf133294dd202c8e (diff) |
core: Add machine-id setting
Allow for overriding all other machine-ids which may be present on
the system using a kernel command line systemd.machine_id or
--machine-id= option.
This is especially useful for network booted systems where the
machine-id needs to be static, or for containers where a specific
machine-id is wanted.
Diffstat (limited to 'man/kernel-command-line.xml')
-rw-r--r-- | man/kernel-command-line.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 309220632e..42d5e006bb 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -91,6 +91,7 @@ <term><varname>systemd.default_standard_output=</varname></term> <term><varname>systemd.default_standard_error=</varname></term> <term><varname>systemd.setenv=</varname></term> + <term><varname>systemd.machine_id=</varname></term> <listitem> <para>Parameters understood by the system and service manager to control system behavior. For details, see |