* docs/grub.texi (PXE): Remove not present variables.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-05-04 00:28:53 +02:00
parent 9a1b669c37
commit ebb7307695
2 changed files with 7 additions and 9 deletions

View File

@ -1,3 +1,7 @@
2012-05-04 Vladimir Serbinenko <phcoder@gmail.com>
* docs/grub.texi (PXE): Remove not present variables.
2012-05-04 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/net/net.c (defserver_set_env): New function.

View File

@ -1978,16 +1978,10 @@ The boot file name provided by DHCP. Read-only.
The name of the DHCP server responsible for these boot parameters.
Read-only.
@item pxe_blksize
The PXE transfer block size. Read-write, defaults to 512.
@item net_default_server
The default server. Read-write, although setting this is only useful
before opening a network device.
@item pxe_default_server
The default PXE server. Read-write, although setting this is only useful
before opening a PXE device.
@item pxe_default_gateway
The default gateway to use when contacting the PXE server. Read-write,
although setting this is only useful before opening a PXE device.
@end table