summaryrefslogtreecommitdiff
path: root/units/systemd-pcrfs@.service.in
Commit message (Collapse)AuthorAgeFilesLines
* units: change assert to condition to skip running in initrd/osLuca Boccassi2023-02-091-1/+1
| | | | | | | These units are also present in the initrd, so instead of an assert, just use a condition so they are skipped where they need to be skipped. Fixes https://github.com/systemd/systemd/issues/26358
* generators: optionally, measure file systems at bootLennart Poettering2023-01-171-0/+25
If we use gpt-auto-generator, automatically measure root fs and /var. Otherwise, add x-systemd.measure option to request this.