User Guide
CONFIGURATION "Sample flashupdt.cfg"
PROBE BMC_TYPE
FOUND “SOMEBMCFOUND” “NOBMCFOUND”
IFSET “SOMEBMCFOUND”
BMCNAME “BMC File Name”
BIOSNAME “BIOS File Name”
CFGNAME “MASTER.CFG”
ELSE
BIOSNAME “BIOS File Name”
ENDIF
Configuration File Automation
The configuration file may include commands for user interaction, included are:
• MENU
• PROMPT
• FRUFIELD
These three commands are typically found in the master.cfg inside respective platform
FRUSDR packages. The default master.cfg file requires the user to answer the questions at
the command line. To automate the FRUSDR update process, you must create a modified
master.cfg that is pre-programmed with the answers.
Menu Command
The MENU command is used to set specified values depending on user input. For example:
MENUTITLE "Select the function you want to perform:"
MENU "BOTH" "Update both the FRUs and the SDR repository"
MENU "SDR" "Update only the SDR repository"
MENU "FRU" "Update only the FRU repository"
MENU "EXIT1" "Exit"
The example shows how the MENU command is used. Depending upon the user input,
“BOTH”, “FRU” or “SDR” is set. To automate this process, in our modified cfg file, we replace
the above MENU command with a SET command indicating our choice.
SET “BOTH”
Prompt Command
The following example illustrates the PROMPT command.
PROMPT "Do you want to enter the chassis serial number?"
YES "CHASSN"
NO ""
24 Intel
®
Rapid Boot Toolkit User Guide Ref# D96629-001