Skip to content

Commit 7ec12e8

Browse files
Add vers=3
Stretch now only supports version 3 of nfs and therefore this needs to be specified in the cmdline.txt for the client.
1 parent 2e0ffe1 commit 7ec12e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/raspberrypi/bootmodes/net_tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ sudo systemctl restart nfs-kernel-server
202202
Edit /tftpboot/cmdline.txt and from `root=` onwards, and replace it with:
203203

204204
```
205-
root=/dev/nfs nfsroot=10.42.0.211:/nfs/client1 rw ip=dhcp rootwait elevator=deadline
205+
root=/dev/nfs nfsroot=10.42.0.211:/nfs/client1,vers=3 rw ip=dhcp rootwait elevator=deadline
206206
```
207207

208208
You should substitute the IP address here with the IP address you have noted down.

0 commit comments

Comments
 (0)