From: Sascha Hauer <s.hauer@pengutronix.de>
To: Juergen Borleis <jbe@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH v2] nfs: forward filesystem options to the kernel command line
Date: Thu, 4 Feb 2016 09:06:13 +0100 [thread overview]
Message-ID: <20160204080613.GS4118@pengutronix.de> (raw)
In-Reply-To: <201602021449.10041.jbe@pengutronix.de>
On Tue, Feb 02, 2016 at 02:49:09PM +0100, Juergen Borleis wrote:
> Using NFS in conjunction with boot spec and the feature to let barebox
> auto generate a kernel command line must keep the options the NFS filesystem
> was mounted in barebox. This patch extends the kernel command line parameter
> on demand if something different than the defaults are used.
>
> The command:
>
> barebox:/ boot nfs://myhost//root
>
> expands to the kernel command line:
>
> nfsroot=myhost:/root,v3,tcp
>
> while the command:
>
> barebox:/ boot nfs://myhost:2049//root
>
> expands now to the kernel command line:
>
> nfsroot=myhost:/root,v3,tcp,mountport=2049,port=2049
>
> Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
>
> diff --git a/Documentation/user/booting-linux.rst b/Documentation/user/booting-linux.rst
> index 39084e5afe08..5b021f0662de 100644
> --- a/Documentation/user/booting-linux.rst
> +++ b/Documentation/user/booting-linux.rst
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2016-02-04 8:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-02 11:06 [RFC] " Juergen Borleis
2016-02-02 13:49 ` [PATCH v2] " Juergen Borleis
2016-02-04 8:06 ` Sascha Hauer [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160204080613.GS4118@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=jbe@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox