summaryrefslogtreecommitdiff
path: root/scripts/nfs
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2006-07-20 17:41:31 +0200
committermaximilian attems <maks@debian.org>2006-07-20 17:41:31 +0200
commit475bcbc9d6eefe90de6efe424bfb5bcca999fbc7 (patch)
tree2475f88bfdbdfc9508a30e84939ffa3cf4b8d9ae /scripts/nfs
parent17d01b3434dac54ace5991029ed069b3d185ffd2 (diff)
downloadinitramfs-tools-475bcbc9d6eefe90de6efe424bfb5bcca999fbc7.tar.gz
initramfs-tools-475bcbc9d6eefe90de6efe424bfb5bcca999fbc7.zip
- drop md scripts
- pump klibc dep - use resume klibc-utils bin - remove some klibc binaries - use nfsmount
Diffstat (limited to 'scripts/nfs')
-rw-r--r--scripts/nfs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nfs b/scripts/nfs
index 89b5c20..47e9ac1 100644
--- a/scripts/nfs
+++ b/scripts/nfs
@@ -33,7 +33,7 @@ mountroot ()
roflag="-o rw"
fi
- nfsmount ${roflag} ${NFSOPTS} ${NFSROOT} ${rootmnt}
+ mount -o nolock ${roflag} ${NFSOPTS} ${NFSROOT} ${rootmnt}
[ "$quiet" != "y" ] && log_begin_msg "Running /scripts/nfs-bottom"
run_scripts /scripts/nfs-bottom