]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi (Device syntax): Clarify description of network
authorAndrey Borzenkov <arvidjaar@gmail.com>
Sat, 11 May 2013 05:23:26 +0000 (09:23 +0400)
committerAndrey Borzenkov <arvidjaar@gmail.com>
Sat, 11 May 2013 05:23:26 +0000 (09:23 +0400)
drives.

ChangeLog
docs/grub.texi

index a57e631c9c5ad4d0854e8d46079bdde6019a872a..28df324686ac628a53884a15e58bf2903f324fb6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-11  Andrey Borzenkov <arvidjaar@gmail.com>
+
+       * docs/grub.texi (Device syntax): Clarify description of network
+       drives.
+
 2013-05-10  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Redirect xasprintf to grub_xvasprintf rather than having #ifdef's
index 70c0de81b6c06ea5018858f9309ad1cf747fc265..75a5ea4ce109b6c30f702c316157f9bc86b804e5 100644 (file)
@@ -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.