From: Harald Hoyer Date: Wed, 6 Mar 2013 15:58:11 +0000 (+0100) Subject: nfs/nfsroot.sh: trigger nfs mount with cat'ing /etc/fstab X-Git-Tag: 026~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6e0c1c448d49d0e9c81ad16a2d4fba3190c80207;p=thirdparty%2Fdracut.git nfs/nfsroot.sh: trigger nfs mount with cat'ing /etc/fstab otherwise the whole nfs communication can take too long for the systemd-fstab-generator --- diff --git a/modules.d/95nfs/nfsroot.sh b/modules.d/95nfs/nfsroot.sh index ec0f3767e..803a71f33 100755 --- a/modules.d/95nfs/nfsroot.sh +++ b/modules.d/95nfs/nfsroot.sh @@ -18,6 +18,8 @@ nfs_to_var $root $netif mount_nfs $root $NEWROOT $netif && { [ -e /dev/root ] || ln -s null /dev/root ; } +cat $NEWROOT/etc/fstab > /dev/null + # inject new exit_if_exists echo 'settle_exit_if_exists="--exit-if-exists=/dev/root"; rm "$job"' > $hookdir/initqueue/nfs.sh # force udevsettle to break