Merge pull request #2098 from cgwalters/finalize-requires-mounts
finalize: Add RequiresMountsFor=/boot too
This commit is contained in:
commit
f145d18369
|
|
@ -23,7 +23,7 @@ Documentation=man:ostree(1)
|
||||||
ConditionPathExists=/run/ostree-booted
|
ConditionPathExists=/run/ostree-booted
|
||||||
DefaultDependencies=no
|
DefaultDependencies=no
|
||||||
|
|
||||||
RequiresMountsFor=/sysroot
|
RequiresMountsFor=/sysroot /boot
|
||||||
After=local-fs.target
|
After=local-fs.target
|
||||||
Before=basic.target final.target
|
Before=basic.target final.target
|
||||||
# We want to make sure the transaction logs are persisted to disk:
|
# We want to make sure the transaction logs are persisted to disk:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue