grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: grub-devel@gnu.org
Subject: Re: [PATCH] clarify network drive description
Date: Fri, 10 May 2013 14:20:37 +0200	[thread overview]
Message-ID: <518CE615.5010209@gmail.com> (raw)
In-Reply-To: <1368109900-5375-1-git-send-email-arvidjaar@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1893 bytes --]

On 09.05.2013 16:31, Andrey Borzenkov wrote:

> Mention that network drives can include server address and that
> necessary modules are not autoloaded and must be loaded manually. Also
> cross-reference to net_default_server.
> 
> Signed-off-by: Andrey Borzenkov <arvidjaar@gmail.com>
> 
> ---
>  ChangeLog      | 5 +++++
>  docs/grub.texi | 9 ++++++---
>  2 files changed, 11 insertions(+), 3 deletions(-)
> 
> diff --git a/ChangeLog b/ChangeLog
> index 33d1265..d661157 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,3 +1,8 @@
> +2013-05-09  Andrey Borzenkov <arvidjaar@gmail.com>
> +
> +	* docs/grub.texi (Device syntax): Clarify description of network
> +	drives.
> +
>  2013-05-08  Andrey Borzenkov <arvidjaar@gmail.com>
>  
>  	* docs/grub.texi (Network): Add description of net_default_interface,
> diff --git a/docs/grub.texi b/docs/grub.texi
> index 70c0de8..95b74d8 100644
> --- a/docs/grub.texi
> +++ b/docs/grub.texi
> @@ -2531,9 +2531,12 @@ of the partition when installing GRUB).
>  (hd0,1,3)
>  @end example
>  
> -If you enabled the network support, the special drives @samp{(tftp)},
> -@samp{(http)} and so on ars also available.
> -Before using the network drive, you must initialize the network.
> +If you enabled the network support, the special drives
> +@code{(@var{protocol}[,@var{server}])} are also available. Supported protocols
> +are @samp{http} and @samp{tftp}. If @var{server} is omitted, value of
> +environment variable @samp{net_default_server} is used.
> +Note that necessary modules (@samp{http} and @samp{tftp}) have to be loaded
> +manually. Before using the network drive, you must initialize the network.

I've changed it: now http/tftp are autoloaded but you still need network
interface module (pxe/ieee1275_net/...) loaded manually.
Can you please adjust this patch to this improvement and commit?


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

      reply	other threads:[~2013-05-10 12:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-09 14:31 [PATCH] clarify network drive description Andrey Borzenkov
2013-05-10 12:20 ` Vladimir 'φ-coder/phcoder' Serbinenko [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=518CE615.5010209@gmail.com \
    --to=phcoder@gmail.com \
    --cc=grub-devel@gnu.org \
    /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;
as well as URLs for NNTP newsgroup(s).