diff options
| author | Christian Hesse <mail@eworm.de> | 2022-12-22 10:41:41 +0100 |
|---|---|---|
| committer | Christian Hesse <mail@eworm.de> | 2022-12-22 16:41:07 +0100 |
| commit | 6e1be91961967a6485901ac431f6f6b06675b750 (patch) | |
| tree | 079f8fffdc31cf0d5464a69bcc5b340e4f03d503 /CHANGELOG.rst | |
| parent | 55a1b132a0bb6865d327726afdf21bc7e2d105db (diff) | |
| download | archiso-6e1be91961967a6485901ac431f6f6b06675b750.tar.gz archiso-6e1be91961967a6485901ac431f6f6b06675b750.tar.bz2 | |
archiso/mkarchiso: write "uninitialized" to /etc/machine-id
This is a new value introduced in systemd v247. It makes sure a new
machine-id is generated, but is handled as first boot as well.
See "First Boot Semantics" in machine-id(5) for details.
Diffstat (limited to 'CHANGELOG.rst')
| -rw-r--r-- | CHANGELOG.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4966b84..19a4d91 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -18,6 +18,9 @@ Changed - Error out early if any of the code signing certificate files passed with option ``-c`` do not exist. - Use LZMA compressed EROFS image for the baseline profile. Now that xz 5.4 is out and erofs-utils is built with LZMA support, using a higher compression is possible. +- Add ``/etc/machine-id`` with special value ``uninitialized``. The final id is generated at boot time, and systemd's + first-boot mechanim (see ``First Boot Semantics`` in ``machine-id(5)``) applies. No functional change unless that + ``ConditionFirstBoot=yes`` is true and passive unit ``first-boot-complete.target`` activates for ordering. Removed ------- |
