mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Merge from Etherboot 5.4
This commit is contained in:
12
src/Config
12
src/Config
@@ -195,6 +195,18 @@
|
|||||||
#
|
#
|
||||||
# Obscure options you probably don't need to touch:
|
# Obscure options you probably don't need to touch:
|
||||||
#
|
#
|
||||||
|
# -DZPXE_SUFFIX_STRIP
|
||||||
|
# If the last 5 characters of the filename passed to Etherboot is
|
||||||
|
# ".zpxe" then strip it off. This is useful in cases where a DHCP server
|
||||||
|
# is not able to be configured to support conditionals. The way it works
|
||||||
|
# is that the DHCP server is configured with a filename like
|
||||||
|
# "foo.nbi.zpxe" so that when PXE asks for a filename it gets that, and
|
||||||
|
# loads Etherboot from that file. Etherboot then starts up and once
|
||||||
|
# again asks the DHCP server for a filename and once again gets
|
||||||
|
# foo.nbi.zpxe, but with this option turned on loads "foo.nbi" instead.
|
||||||
|
# This allows people to use Etherboot who might not otherwise be able to
|
||||||
|
# because their DHCP servers won't let them.
|
||||||
|
#
|
||||||
# -DPOWERSAVE
|
# -DPOWERSAVE
|
||||||
# Halt the processor when waiting for keyboard input
|
# Halt the processor when waiting for keyboard input
|
||||||
# which saves power while waiting for user interaction.
|
# which saves power while waiting for user interaction.
|
||||||
|
|||||||
Reference in New Issue
Block a user