diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-07-07 18:45:53 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-07-07 18:49:17 +0200 |
commit | 30f10abf42f9e4d251a0b45b07812aafdef6be7c (patch) | |
tree | be041a8917b3f254b2bee678c40b6457d1b4153f /man/machine-id.xml | |
parent | ed3e4a3fd96891b5e7015723978e78cd21efd4fe (diff) |
man: document systemd-firstboot(1)
Diffstat (limited to 'man/machine-id.xml')
-rw-r--r-- | man/machine-id.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/machine-id.xml b/man/machine-id.xml index 4b4759e48d..725370d32d 100644 --- a/man/machine-id.xml +++ b/man/machine-id.xml @@ -85,7 +85,10 @@ <para>The <citerefentry><refentrytitle>systemd-machine-id-setup</refentrytitle><manvolnum>1</manvolnum></citerefentry> tool may be used by installer tools to initialize the - machine ID at install time.</para> + machine ID at install time. Use + <citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry> + to initialize it on mounted (but not booted) system + images.</para> </refsect1> <refsect1> @@ -138,7 +141,8 @@ id[8] = (id[8] & 0x3F) | 0x80;</programlisting> <citerefentry><refentrytitle>machine-info</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry>, <citerefentry><refentrytitle>sd-id128</refentrytitle><manvolnum>3</manvolnum></citerefentry>, - <citerefentry><refentrytitle>sd_id128_get_machine</refentrytitle><manvolnum>3</manvolnum></citerefentry> + <citerefentry><refentrytitle>sd_id128_get_machine</refentrytitle><manvolnum>3</manvolnum></citerefentry>, + <citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry> </para> </refsect1> |