summaryrefslogtreecommitdiff
path: root/units
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2013-07-17 11:19:39 +0200
committerHarald Hoyer <harald@redhat.com>2013-07-17 11:33:07 +0200
commit956eaf2b8d6c9999024705ddadc7393bc707de02 (patch)
treed7a89e741c9e5a3814211cfabe9e00d538cd9ea7 /units
parent69af45035913e7119cffd94c542bd3039600e45d (diff)
remove /run/initramfs/root-fsck logic
dracut uses systemd in the initramfs and does not write these files anymore. The state of the root fsck is serialized.
Diffstat (limited to 'units')
-rw-r--r--units/systemd-fsck-root.service.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/units/systemd-fsck-root.service.in b/units/systemd-fsck-root.service.in
index ef5123feb..563129bad 100644
--- a/units/systemd-fsck-root.service.in
+++ b/units/systemd-fsck-root.service.in
@@ -12,8 +12,6 @@ DefaultDependencies=no
After=systemd-readahead-collect.service systemd-readahead-replay.service
Before=local-fs.target shutdown.target
-# Dracut informs us with this flag file if the root fsck was already run
-ConditionPathExists=!/run/initramfs/root-fsck
ConditionPathIsReadWrite=!/
[Service]