Intel MPCMM0001 Network Card User Manual


 
242 MPCMM0001 Chassis Management Module Software Technical Product Specification
FRU Update Configuration File
MENU “cpci” “Compact PCI”
MENU “unknown”
MENUPROMPT
IFSET atca
// do atca stuff
ENDIF
IFSET cpci
// do cpci stuff
ENDIF
IFSET unknown
// quit the update with an error
ERRORLEVEL21
ENDIF
27.9.5 MENUTITLE
The MENUTITLE command displays a line of text before displaying the options for the menu.
This command is optional, and if this command is used it must immediately precede a MENU
command.
27.9.6 MENUPROMPT
The MENUPROMPT command signals the load utility that all the menu options are defined for a
menu and user input needs to select an option. The utility shall limit the input to the specified range
of menu options, and will not let the user proceed until a option is selected.
27.9.7 PROMPT
The PROMPT command is for asking the user for yes/no questions. The only valid input from the
user for a prompt is ‘Y’, ‘y’, ‘N’, or ‘n’. The PROMPT command has two optional secondary
commands: YES and NO. These commands define the tag to be set based on the yes or no answer.
If the command for the answer does not exist, nothing happens. For instance answering no for the
example has no effect.
Example:
PROMPT “Is there a fan plugged into fan header #3?”
YES “Fan3”