Skip to content

Commit e8b263b

Browse files
dagelfJamesH65
authored andcommitted
Original boot cmdline doesn't work anymore. Fixed the docs. (raspberrypi#1045)
* Original boot cmdline doesn't work anymore. It worked as soon as I removed init= * Update net_tutorial.md
1 parent 5d6b1a0 commit e8b263b

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
@@ -223,7 +223,7 @@ Edit /tftpboot/cmdline.txt and from `root=` onwards, and replace it with:
223223
root=/dev/nfs nfsroot=10.42.0.211:/nfs/client1,vers=3 rw ip=dhcp rootwait elevator=deadline
224224
```
225225

226-
You should substitute the IP address here with the IP address you have noted down.
226+
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=.
227227

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

0 commit comments

Comments
 (0)