]> git.pld-linux.org Git - projects/geninitrd.git/commitdiff
Use posix,wsize=8192,rsize=8192 options for NFS mounts.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 9 Jun 2004 20:43:11 +0000 (20:43 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 9 Jun 2004 20:43:11 +0000 (20:43 +0000)
svn-id: @4159

geninitrd

index 610428408e6bd18cd38a634358aca4660e7d100c..ba440ef00d156899d3d542b6c33f2c99a675d8dc 100755 (executable)
--- a/geninitrd
+++ b/geninitrd
@@ -1053,7 +1053,7 @@ if [ -n "\$router" ]; then
 fi
 if [ -n "\$rootpath" ]; then
     set -x
-    mount -n -t nfs -o ro,nolock,tcp \$rootpath /newroot
+    mount -n -t nfs -o ro,nolock,posix,tcp,wsize=8192,rsize=8192 \$rootpath /newroot
     set +x
 else
     set +x
This page took 0.093935 seconds and 4 git commands to generate.