]> git.baikalelectronics.ru Git - kernel.git/commit
ipconfig: Document setting of NIS domain name
authorChris Novakovic <chris@chrisn.me.uk>
Tue, 24 Apr 2018 02:56:32 +0000 (03:56 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Apr 2018 17:40:41 +0000 (13:40 -0400)
commit58798526bac355740c048f655ba58511e6f4402a
tree76d6f80662fa441a932eed9392343addacc2fde9
parentf342e5e0c17c9ea53366f665a8bda44cc6642b3a
ipconfig: Document setting of NIS domain name

ic_do_bootp_ext() is responsible for parsing the "ip=" and "nfsaddrs="
kernel parameters. If a "." character is found in parameter 4 (the
client's hostname), everything before the first "." is used as the
hostname, and everything after it is used as the NIS domain name (but
not necessarily the DNS domain name).

Document this behaviour in Documentation/filesystems/nfs/nfsroot.txt,
as it is not made explicit.

Signed-off-by: Chris Novakovic <chris@chrisn.me.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/filesystems/nfs/nfsroot.txt