busybox: init: set rsize/wsize for nfs

This commit is contained in:
Stefan Saraev 2014-03-05 15:59:40 +02:00
parent 8b0cd8daf3
commit d4fc0986a0

View File

@ -276,7 +276,7 @@
[ "$NFS_OPTIONS" = "$1" ] && NFS_OPTIONS=
mount_common "$NFS_EXPORT" "$2" "$3,nolock,soft,timeo=3,retrans=2,$NFS_OPTIONS" "nfs"
mount_common "$NFS_EXPORT" "$2" "$3,nolock,soft,timeo=3,retrans=2,rsize=32768,wsize=32768,$NFS_OPTIONS" "nfs"
}
mount_part() {