mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-26 22:07:51 +00:00
linux-omap 2.6.39: fix rootfs over nfs
Import patch from [1] to fix mounting the rootfs over nfs. [1]: http://git.linux-nfs.org/?p=trondmy/nfs-2.6.git;a=commit;h=4251c94833aa516c1fc7a0f8f504a26eadd4b91e Tested-by: Enrico Butera <ebutera@users.berlios.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
diff --git a/fs/nfs/nfsroot.c b/fs/nfs/nfsroot.c
|
||||
index c541093..c4744e1 100644
|
||||
--- a/fs/nfs/nfsroot.c
|
||||
+++ b/fs/nfs/nfsroot.c
|
||||
@@ -87,7 +87,7 @@
|
||||
#define NFS_ROOT "/tftpboot/%s"
|
||||
|
||||
/* Default NFSROOT mount options. */
|
||||
-#define NFS_DEF_OPTIONS "udp"
|
||||
+#define NFS_DEF_OPTIONS "vers=2,udp,rsize=4096,wsize=4096"
|
||||
|
||||
/* Parameters passed from the kernel command line */
|
||||
static char nfs_root_parms[256] __initdata = "";
|
||||
Reference in New Issue
Block a user