They were left from an early review iteration, when hibernate-resume functionality was intended to work also outside of initramfs. Now this is not the case, and these dependencies became redundant as systemd-fsck-root.service can never be part of initramfs, and systemd-remount-fs.service makes little sense in it. ---
This is per Thomas's post-commit review. units/[email protected] | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/[email protected] b/units/[email protected] index 3e8c2ef..1a4269b 100644 --- a/units/[email protected] +++ b/units/[email protected] @@ -12,7 +12,7 @@ DefaultDependencies=no BindsTo=%i.device Wants=local-fs-pre.target After=%i.device -Before=local-fs-pre.target systemd-remount-fs.service systemd-fsck-root.service +Before=local-fs-pre.target ConditionInitrd=true [Service] -- 2.1.0 _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
