* docs/grub.texi (Device syntax): Clarify description of network
drives.
This commit is contained in:
parent
0f7e980b29
commit
34b22f5cda
2 changed files with 9 additions and 2 deletions
|
@ -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>
|
2013-05-10 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Redirect xasprintf to grub_xvasprintf rather than having #ifdef's
|
Redirect xasprintf to grub_xvasprintf rather than having #ifdef's
|
||||||
|
|
|
@ -2531,8 +2531,10 @@ of the partition when installing GRUB).
|
||||||
(hd0,1,3)
|
(hd0,1,3)
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
If you enabled the network support, the special drives @samp{(tftp)},
|
If you enabled the network support, the special drives
|
||||||
@samp{(http)} and so on ars also available.
|
@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.
|
Before using the network drive, you must initialize the network.
|
||||||
@xref{Network}, for more information.
|
@xref{Network}, for more information.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue