summaryrefslogtreecommitdiff
path: root/units/initrd-root-device.target
Commit message (Collapse)AuthorAgeFilesLines
* units: drop OnFailure= from .target unitsZbigniew Jędrzejewski-Szmek2020-02-051-2/+0
| | | | | | See c80a9a33d04fb4381327a69ce929c94a9f1d0e6c, target units can't fail. I guess we need to figure out some replacement functionality, but at least let's avoid the warning from systemd for now.
* Add SPDX license headers to unit filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+2
|
* Create initrd-root-device.target synchronization point (#3239)Daniel Drake2016-05-121-0/+15
Add a synchronization point so that custom initramfs units can run after the root device becomes available, before it is fsck'd and mounted. This is useful for custom initramfs units that may modify the root disk partition table, where the root device is not known in advance (it's dynamically selected by the generators).