* docs/grub.texi (Device syntax): Clarify description of network

drives.
This commit is contained in:
Andrey Borzenkov 2013-05-11 09:23:26 +04:00
parent 0f7e980b29
commit 34b22f5cda
2 changed files with 9 additions and 2 deletions

View File

@ -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

View 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.