projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0dea7c1
)
ipconfig: document DHCP hostname and DNS record
author
Wu Fengguang
<
[email protected]
>
Wed, 2 Jun 2010 16:02:44 +0000
(16:02 +0000)
committer
David S. Miller
<
[email protected]
>
Thu, 3 Jun 2010 10:18:18 +0000
(
03:18
-0700)
Now it's possible to update the DNS record for $HOST_NAME with
ip=::::$HOST_NAME::dhcp
CC: Andi Kleen <
[email protected]
>
Signed-off-by: Wu Fengguang <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
Documentation/filesystems/nfs/nfsroot.txt
patch
|
blob
|
history
diff --git
a/Documentation/filesystems/nfs/nfsroot.txt
b/Documentation/filesystems/nfs/nfsroot.txt
index 3ba0b945aaf862fc1c08a9c1a7f2ea04b0653486..f2430a7974e1655b3cdbb27b79eb801597ac6059 100644
(file)
--- a/
Documentation/filesystems/nfs/nfsroot.txt
+++ b/
Documentation/filesystems/nfs/nfsroot.txt
@@
-124,6
+124,8
@@
ip=<client-ip>:<server-ip>:<gw-ip>:<netmask>:<hostname>:<device>:<autoconf>
<hostname> Name of the client. May be supplied by autoconfiguration,
but its absence will not trigger autoconfiguration.
+ If specified and DHCP is used, the user provided hostname will
+ be carried in the DHCP request to hopefully update DNS record.
Default: Client IP address is used in ASCII notation.