From 956eaf2b8d6c9999024705ddadc7393bc707de02 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 17 Jul 2013 11:19:39 +0200 Subject: 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. --- units/systemd-fsck-root.service.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'units/systemd-fsck-root.service.in') diff --git a/units/systemd-fsck-root.service.in b/units/systemd-fsck-root.service.in index ef5123feb8..563129badb 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] -- cgit v1.2.3-54-g00ecf