From d4fc0986a0a172914afc7188d04fbcc6e91d1339 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Wed, 5 Mar 2014 15:59:40 +0200 Subject: [PATCH] busybox: init: set rsize/wsize for nfs --- packages/sysutils/busybox/scripts/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/busybox/scripts/init b/packages/sysutils/busybox/scripts/init index 0e1f23daa4..9a26393629 100755 --- a/packages/sysutils/busybox/scripts/init +++ b/packages/sysutils/busybox/scripts/init @@ -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() {