HP Integrity rx4610 Server User Manual
Page 242

Appendix C
INI File Format
234
The other component of the Display entry is the format string and data markers.
The format string is similar to a C style format string. Text from the format string
will be displayed as written between a set of quotation marks, with the only
exceptions being the formatting options. Formatting options will allow the
insertion of data, and cursor control.
Currently supported options:
\n
Provides a Carriage return and a line feed
\r
Provides a Carriage return only.
%s
Displays data from the EEPROM that corresponds to the data
marker.
%x
Displays data in hex format.
Data markers provide a way of identifying which field from the EEPROM is to be
displayed. A table is provided that lists all the supported fields and the data
marker associated with each field.
Example of an INI File:
[INF_FILE]
Signature=FRUSDR_INI_FILE
FileFormatVersion = 01
ManufacturersID=000157
[DISPLAY]
LINE10= "Chassis Type
:%x \n"
C1
LINE11= "Chassis Part number
:%s \n"
C2
LINE03= "INTEL Serial number
:%s \n"
B4
LINE01= "ACME Part number
:%s \n"
M5
LINE04= "ACME Device info
:%s \n"
M6
LINE02= "ACME FRU number
:%s \n"
M7