Re: [PATCH v2] ipconfig: add nameserver IPs to kernel-parameter ip=

2012-09-21 Thread David Miller
From: Christoph Fritz Date: Thu, 20 Sep 2012 23:48:50 +0200 > diff --git a/Documentation/filesystems/nfs/nfsroot.txt > b/Documentation/filesystems/nfs/nfsroot.txt > index ffdd9d8..4ed7875 100644 > --- a/Documentation/filesystems/nfs/nfsroot.txt > +++ b/Documentation/filesystems/nfs/nfsroot.txt >

[PATCH v2] ipconfig: add nameserver IPs to kernel-parameter ip=

2012-09-20 Thread Christoph Fritz
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 co