]> git.proxmox.com Git - systemd.git/commit
Enable firstboot, disabled by default on Debian
authorLuca Boccassi <bluca@debian.org>
Sun, 18 Sep 2022 13:40:24 +0000 (14:40 +0100)
committerLuca Boccassi <bluca@debian.org>
Tue, 27 Sep 2022 17:25:46 +0000 (18:25 +0100)
commit4f54f5a6bde15906955cfac9a798be6b8100e524
tree3fa2a1ca08f2db043850bb14c9f5a220a410ebeb
parent5a4d8d26989cd9d3ef087ea287196c70916a5962
Enable firstboot, disabled by default on Debian

Currently the first-boot conditions are not met by any Debian
image (/etc/machine-id with content uninitialized, so we can
just enable the build and ship it in the main package.
This lets image builders (eg: cloud images) tinker with it.

https://www.freedesktop.org/software/systemd/man/machine-id.html#First%20Boot%20Semantics

Closes: #844528
debian/rules