All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clarify network drive description
@ 2013-05-09 14:31 Andrey Borzenkov
  2013-05-10 12:20 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Borzenkov @ 2013-05-09 14:31 UTC (permalink / raw)
  To: grub-devel

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.
 @xref{Network}, for more information.
 
 If you boot GRUB from a CD-ROM, @samp{(cd)} is available. @xref{Making
-- 
tg: (e33686c..) u/net_drive (depends on: master)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] clarify network drive description
  2013-05-09 14:31 [PATCH] clarify network drive description Andrey Borzenkov
@ 2013-05-10 12:20 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 0 replies; 2+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2013-05-10 12:20 UTC (permalink / raw)
  To: grub-devel

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-10 12:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-09 14:31 [PATCH] clarify network drive description Andrey Borzenkov
2013-05-10 12:20 ` Vladimir 'φ-coder/phcoder' Serbinenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.