d9415b0fb556e93e09ba5231604cd0f7b8e777e1
An empty `/etc/machine-id` file does _not_ trigger systemd's "first boot" logic. This means with `ConditionFirstBoot=true` will not run, and the unit preset policy will not be applied. To ensure a first boot behaves the way we want, we need to pre-populate the `/etc/machine-id` file with the string `uninitialized\n`, per _machine-id(5)_ § _First Boot Semantics_.
Description
No description provided
Languages
Shell
79.6%
Makefile
20.4%