Skip to content

Commit

Permalink
Original boot cmdline doesn't work anymore. Fixed the docs. (raspberr…
Browse files Browse the repository at this point in the history
…ypi#1045)

* Original boot cmdline doesn't work anymore. 

It worked as soon as I removed init=

* Update net_tutorial.md
  • Loading branch information
dagelf authored and JamesH65 committed Feb 6, 2019
1 parent 5d6b1a0 commit e8b263b
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e8b263b

Please sign in to comment.