From 6e0c1c448d49d0e9c81ad16a2d4fba3190c80207 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 6 Mar 2013 16:58:11 +0100 Subject: [PATCH] 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 --- modules.d/95nfs/nfsroot.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules.d/95nfs/nfsroot.sh b/modules.d/95nfs/nfsroot.sh index ec0f376..803a71f 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 -- 2.7.4