Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hardware/raspberrypi/bootmodes/net_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Edit /tftpboot/cmdline.txt and from `root=` onwards, and replace it with:
root=/dev/nfs nfsroot=10.42.0.211:/nfs/client1,vers=3 rw ip=dhcp rootwait elevator=deadline
```

You should substitute the IP address here with the IP address you have noted down.
You should substitute the IP address here with the IP address you have noted down. Also remove any part of the command line starting with init=.

Finally, edit `/nfs/client1/etc/fstab` and remove the `/dev/mmcblkp1` and `p2` lines (only `proc` should be left).

Expand Down