* docs/grub.texi (PXE): Remove not present variables.
This commit is contained in:
parent
9a1b669c37
commit
ebb7307695
2 changed files with 7 additions and 9 deletions
|
@ -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>
|
2012-05-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* grub-core/net/net.c (defserver_set_env): New function.
|
* grub-core/net/net.c (defserver_set_env): New function.
|
||||||
|
|
|
@ -1978,16 +1978,10 @@ The boot file name provided by DHCP. Read-only.
|
||||||
The name of the DHCP server responsible for these boot parameters.
|
The name of the DHCP server responsible for these boot parameters.
|
||||||
Read-only.
|
Read-only.
|
||||||
|
|
||||||
@item pxe_blksize
|
@item net_default_server
|
||||||
The PXE transfer block size. Read-write, defaults to 512.
|
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
|
@end table
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue