We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0ffe1 commit 7ec12e8Copy full SHA for 7ec12e8
hardware/raspberrypi/bootmodes/net_tutorial.md
@@ -202,7 +202,7 @@ sudo systemctl restart nfs-kernel-server
202
Edit /tftpboot/cmdline.txt and from `root=` onwards, and replace it with:
203
204
```
205
-root=/dev/nfs nfsroot=10.42.0.211:/nfs/client1 rw ip=dhcp rootwait elevator=deadline
+root=/dev/nfs nfsroot=10.42.0.211:/nfs/client1,vers=3 rw ip=dhcp rootwait elevator=deadline
206
207
208
You should substitute the IP address here with the IP address you have noted down.
0 commit comments