Skip to content

Commit e01a912

Browse files
authored
Fix small typo
1 parent 5eb598d commit e01a912

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
@@ -244,7 +244,7 @@ root=/dev/nfs nfsroot=10.42.0.211:/nfs/client1,vers=3 rw ip=dhcp rootwait elevat
244244

245245
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=.
246246

247-
Finally, edit `/nfs/client1/etc/fstab` and remove the `/dev/mmcblkp1` and `p2` lines (only `proc` should be left). Then, add the boot partition back in:
247+
Finally, edit `/nfs/client1/etc/fstab` and remove the `/dev/mmcblk0p1` and `p2` lines (only `proc` should be left). Then, add the boot partition back in:
248248
```
249249
echo "10.42.0.211:/tftpboot /boot nfs defaults,vers=3 0 0" | sudo tee -a /etc/fstab
250250
```

0 commit comments

Comments
 (0)