dracut/modules.d/95fstab-sys
WANG Chao e920bfb1e8 fstab: do not mount and fsck from fstab if using systemd
If using systemd in initramfs, we could run into a race condition when
dracut and systemd both are trying to mount and run fsck for the same
filesystem, and mount or fsck could be a failure.

To fix such failure, we should use systemd to mount/fsck from /etc/fstab
only.

v2: check $DRACUT_SYSTEMD suggested by Alexander Tsoy

Signed-off-by: WANG Chao <chaowang@redhat.com>
2014-04-02 09:58:52 +02:00
..
module-setup.sh */module-setup.sh: add comments for dracut called functions 2013-10-08 10:37:56 +02:00
mount-sys.sh fstab: do not mount and fsck from fstab if using systemd 2014-04-02 09:58:52 +02:00