Dustin C. Hatch d9415b0fb5 Set machine-id to uninitialized
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_.
2025-09-03 09:48:20 -05:00
2025-08-30 11:21:44 -05:00
2025-08-30 11:21:44 -05:00
2025-08-29 20:13:14 -05:00
2025-08-17 10:30:19 -05:00
2025-09-03 09:48:20 -05:00
Description
No description provided
450 KiB
Languages
Shell 79.6%
Makefile 20.4%