]> git.proxmox.com Git - pve-installer.git/commit
fix #1603: create a new and unique machine-id
authorStoiko Ivanov <s.ivanov@proxmox.com>
Tue, 9 Jul 2019 16:09:18 +0000 (18:09 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 9 Jul 2019 17:10:25 +0000 (19:10 +0200)
commit72d2dcd00fe85cb1ceca66defc05f85803901c1f
tree5305bd0a72ef14ddcca975d09a4df92a0a5726fc
parentdea730ea4ce9088bf07a101b16d5fd3b91c25a6a
fix #1603: create a new and unique machine-id

see machine-id(5). The machine-id serves as a partial replacement to the hostid
(gethostid(3)) used by systemd and should be unique.

By generating a new one with `systemd-id128 new` (see machine-id(5),
sd-id128(3)) after the installation the newly installed system gets a unique
one.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
proxinstall