]> git.ipfire.org Git - thirdparty/dracut.git/commit
dracut-initqueue service runs before remote-fs-pre.target
authorWANG Chao <chaowang@redhat.com>
Thu, 3 Apr 2014 07:49:26 +0000 (15:49 +0800)
committerHarald Hoyer <harald@redhat.com>
Thu, 3 Apr 2014 07:51:43 +0000 (09:51 +0200)
commitb31250e7e6e6e104674dc304ba74965bb56074d6
tree236ccdb2056dba969500b82241adae8113ad8c84
parentddfea6b54cfa8f8f6c970d970318568c8a8a4c78
dracut-initqueue service runs before remote-fs-pre.target

With the following commit, dracut doesn't mount anything from /etc/fstab

commit e920bfb
Author: WANG Chao <chaowang@redhat.com>
Date:   Tue Apr 1 15:20:49 2014 +0800

    fstab: do not mount and fsck from fstab if using systemd

But systemd doesn't mount nfs at all, because no unit is pulling in
remote-fs.target.

dracut must pull in these remote fs mount and all these remote mounts
should start only after network is up (ie. after dracut-initqueue).

Signed-off-by: WANG Chao <chaowang@redhat.com>
modules.d/98systemd/dracut-initqueue.service