]> git.ipfire.org Git - thirdparty/systemd.git/commit
Handle MACHINE_ID=uninitialized
authorMarcus Schäfer <marcus.schaefer@gmail.com>
Wed, 16 Nov 2022 15:25:08 +0000 (16:25 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 16 Nov 2022 22:45:25 +0000 (07:45 +0900)
commit305dd91adfde332e7e5c1b2470edb32774f9a032
treeffb37cbdd734d04fdf68431d5f92df1b77060dff
parent6337be0a4ec2d3cf3268b51aa705ee58cfb2b394
Handle MACHINE_ID=uninitialized

systemd supports /etc/machine-id to be set to: uninitialized
In this case the expectation is that systemd creates a new
machine ID and replaces the value 'uninitialized' with the
effective machine id. In the scope of kernel-install we
should also enforce the creation of a new machine id in this
condition
src/kernel-install/kernel-install.in