summaryrefslogtreecommitdiffstats
path: root/units/system-systemd\x2dcryptsetup.slice (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man: document system-systemd\x2dcryptsetup.sliceZbigniew Jędrzejewski-Szmek2021-04-091-1/+1
| | | | | | As discussed in https://github.com/systemd/systemd/pull/14235/commits/1dc85eff1d0dff18aaeaae530c91bf53f34b726e#r606821495, follow-up for commit 1dc85eff1d0dff18aaeaae530c91bf53f34b726e.
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
|
* crypsetup: introduce x-initrd.attach optionFranck Bui2019-12-051-0/+13
This option is an indication for PID1 that the entry in crypttab is handled by initrd only and therefore it shouldn't interfer during the usual start-up and shutdown process. It should be primarily used with the encrypted device containing the root FS as we want to keep it (and thus its encrypted device) until the very end of the shutdown process, i.e. when initrd takes over. This option is the counterpart of "x-initrd.mount" used in fstab. Note that the slice containing the cryptsetup services also needs to drop the usual shutdown dependencies as it's required by the cryptsetup services. Fixes: #14224