systemd/initrd-switch-root.target: run switch-root.target after cryptsetup
Ensure, that all crypto devices have been queried.master
parent
f3f9777497
commit
886b9afcc5
|
@ -12,6 +12,7 @@ Description=Switch Root
|
|||
DefaultDependencies=no
|
||||
Requires=initrd-switch-root.service
|
||||
Before=initrd-switch-root.service
|
||||
After=cryptsetup.target
|
||||
AllowIsolate=yes
|
||||
Wants=systemd-journald.service
|
||||
ConditionPathExists=/etc/initrd-release
|
||||
|
|
Loading…
Reference in New Issue