summaryrefslogtreecommitdiff
path: root/units/systemd-firstboot.service
Commit message (Collapse)AuthorAgeFilesLines
* Revert "sysusers/firstboot: temporarily disable LoadCredential"Luca Boccassi2021-05-031-9/+7
| | | | | | | | This reverts commit 7c20dd4b6ef6e69862576722ac69b895d7a92dc9. Debian has now been updated to patch the issue, so SemaphoreCI should no longer fail. The fix has also been backported to the affected stable branches.
* sysusers/firstboot: temporarily disable LoadCredentialLuca Boccassi2021-04-061-7/+9
| | | | | | | | | Single-param LoadCredential= in units causes systemd v247/v248 to assert when parsing. Disable it for now, until the fix is merged in the stable trees, released and available (eg: in Debian for the CI) See: https://github.com/systemd/systemd/issues/19178
* firstboot: allow provisioning of firstboot params via creds tooLennart Poettering2021-03-261-0/+11
|
* units: make sure to query console settings before we apply themLennart Poettering2021-03-261-1/+1
|
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* units: order systemd-firstboot.service before first-boot-complete.targetHarald Seiler2020-10-191-1/+2
| | | | | | | Make sure systemd-firstboot completes before reaching first-boot-complete.target and thus marking the first boot as completed. This way, it is guaranteed that systemd-firstboot has a chance to complete provisioning at least once, even in cases of the first boot getting aborted early.
* units: drop full paths for utilities in $PATHZbigniew Jędrzejewski-Szmek2020-01-201-0/+26
This makes things a bit simpler and the build a bit faster, because we don't have to rewrite files to do the trivial substitution. @rootbindir@ is always in our internal $PATH that we use for non-absolute paths, so there should be no functional change.