User manual

Etherboot User Manual
cs89x0.txt
sis900.txt
tulip.txt
B. Build options available
User interaction options:
-DASK_BOOT=n
Ask "Boot from (N)etwork ... or (Q)uit? "
at startup, timeout after n seconds (0 = no timeout).
If unset, boot immediately using the default.
-DBOOT_FIRST
-DBOOT_SECOND
-DBOOT_THIRD
On timeout or Return key from previous
question, selects the order to try to boot from
various devices.
(alternatives: BOOT_NIC, BOOT_DISK,
BOOT_FLOPPY, BOOT_NOTHING)
See etherboot.h for prompt and answer strings.
-DBOOT_INDEX The device to boot from 0 == any device.
1 == The first nic found.
2 == The second nic found
...
BOOT_INDEX only applies to the BOOT_FIRST. BOOT_SECOND
and BOOT_THIRD search through all of the boot devices.
-DBAR_PROGRESS
Use rotating bar instead of sequential dots
to indicate an IP packet transmitted.
Boot order options:
-DBOOT_CLASS_FIRST
-DBOOT_CLASS_SECOND
-DBOOT_CLASS_THIRD
Select the priority of the boot classes
Valid values are:
BOOT_NIC
BOOT_DISK
BOOT_FLOPPY
Boot autoconfiguration protocol options:
36