Commit 8cbccbe76168a0c627d2274e4a322116804db30f

Authored by Wu Fengguang
Committed by David S. Miller
1 parent 0dea7c12fc

ipconfig: document DHCP hostname and DNS record

Now it's possible to update the DNS record for $HOST_NAME with

	ip=::::$HOST_NAME::dhcp

CC: Andi Kleen <ak@linux.intel.com>
Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

Documentation/filesystems/nfs/nfsroot.txt
... ... @@ -124,6 +124,8 @@
124 124  
125 125 <hostname> Name of the client. May be supplied by autoconfiguration,
126 126 but its absence will not trigger autoconfiguration.
  127 + If specified and DHCP is used, the user provided hostname will
  128 + be carried in the DHCP request to hopefully update DNS record.
127 129  
128 130 Default: Client IP address is used in ASCII notation.
129 131