From 34b22f5cdae96c0b8944720d7ec90ae9eb46e2a0 Mon Sep 17 00:00:00 2001 From: Andrey Borzenkov Date: Sat, 11 May 2013 09:23:26 +0400 Subject: [PATCH] * docs/grub.texi (Device syntax): Clarify description of network drives. --- ChangeLog | 5 +++++ docs/grub.texi | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a57e631c9..28df32468 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-05-11 Andrey Borzenkov + + * docs/grub.texi (Device syntax): Clarify description of network + drives. + 2013-05-10 Vladimir Serbinenko Redirect xasprintf to grub_xvasprintf rather than having #ifdef's diff --git a/docs/grub.texi b/docs/grub.texi index 70c0de81b..75a5ea4ce 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -2531,8 +2531,10 @@ 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. +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. Before using the network drive, you must initialize the network. @xref{Network}, for more information.