ipconfig: add nameserver IPs to kernel-parameter ip=
authorChristoph Fritz <chf.fritz@googlemail.com>
Fri, 21 Sep 2012 08:31:19 +0000 (08:31 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Sep 2012 18:51:21 +0000 (14:51 -0400)
commit5e953778a2aab04929a5e7b69f53dc26e39b079e
tree7649e876436e4d2cc136bef282edb6554b8508aa
parent42d94dcb68b939c72fded1b3974cd240723afa0c
ipconfig: add nameserver IPs to kernel-parameter ip=

On small systems (e.g. embedded ones) IP addresses are often configured
by bootloaders and get assigned to kernel via parameter "ip=".  If set to
"ip=dhcp", even nameserver entries from DHCP daemons are handled. These
entries exported in /proc/net/pnp are commonly linked by /etc/resolv.conf.

To configure nameservers for networks without DHCP, this patch adds option
<dns0-ip> and <dns1-ip> to kernel-parameter 'ip='.

Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
Tested-by: Jan Weitzel <j.weitzel@phytec.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/filesystems/nfs/nfsroot.txt
net/ipv4/ipconfig.c