Skip to content

Commit

Permalink
Update documentation for kernel command line ip.
Browse files Browse the repository at this point in the history
The example leaves autoconfiguration set to on, this can cause
very long delays during boot.

Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Oct 1, 2013
1 parent af16508 commit 4121597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usb_moded-doc.txt
Expand Up @@ -132,7 +132,7 @@ ip=<client-ip>:<server-ip>:<gw-ip>:<netmask>:<hostname>:<device>:<autoconf>

For more info see the kernel source: Documentation/filesystems/nfs/nfsroot.txt

for example : ip=192.168.3.100::192.168.3.1:255.255.255.0::usb0:on
for example : ip=192.168.3.100::192.168.3.1:255.255.255.0::usb0:off

NOTE: The device must be usb0! The autoconf value is ignored.

Expand Down

0 comments on commit 4121597

Please sign in to comment.