Re: [PATCH 2/2] fs: nfs: pick up network interface bootargs parameter

2016-09-19 Thread Uwe Kleine-König
On Mon, Sep 19, 2016 at 06:03:49PM +0200, Enrico Jorns wrote: > This adds the linux.bootarg device parameter from the network device of s/bootarg/bootargs/ > the current nfs connection and adds it to the nfs bootargs line. s/and adds it// > This allows booting from nfs without manually setting

[PATCH 2/2] fs: nfs: pick up network interface bootargs parameter

2016-09-19 Thread Enrico Jorns
This adds the linux.bootarg device parameter from the network device of the current nfs connection and adds it to the nfs bootargs line. This allows booting from nfs without manually setting a ip=dhcp or ip= option. Signed-off-by: Enrico Jorns --- fs/nfs.c | 8 1