Browse Source

Merge from Etherboot 5.4

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
c3d5d01832
1 changed files with 12 additions and 0 deletions
  1. 12
    0
      src/Config

+ 12
- 0
src/Config View File

@@ -195,6 +195,18 @@
195 195
 #
196 196
 #	Obscure options you probably don't need to touch:
197 197
 #
198
+#	-DZPXE_SUFFIX_STRIP
199
+#			If the last 5 characters of the filename passed to Etherboot is
200
+#			".zpxe" then strip it off. This is useful in cases where a DHCP server
201
+#			is not able to be configured to support conditionals. The way it works
202
+#			is that the DHCP server is configured with a filename like
203
+#			"foo.nbi.zpxe" so that when PXE asks for a filename it gets that, and
204
+#			loads Etherboot from that file. Etherboot then starts up and once
205
+#			again asks the DHCP server for a filename and once again gets
206
+#			foo.nbi.zpxe, but with this option turned on loads "foo.nbi" instead.
207
+#			This allows people to use Etherboot who might not otherwise be able to
208
+#			because their DHCP servers won't let them.
209
+#
198 210
 #	-DPOWERSAVE
199 211
 #			Halt the processor when waiting for keyboard input
200 212
 #			which saves power while waiting for user interaction.

Loading…
Cancel
Save