Ignite-UX Reference (March 2010, B3921-90005)

auto_adm(4) auto_adm(4)
ISL Format
The ISL format is the file format actually written into the boot LIF by auto_adm, assembled from one or
more CONF-formatted files.
Like the CONF format, ISL formatted files consist of a global section and an image-specific section.
The global section consists of a single line:
hpux KernelPrompt message timeout default
reset
where the first two words are literally hpux KernelPrompt, and message, timeout, and default
are as defined above under the CONF format section. This line is followed by a line containing
only the word reset.
The image-specific section contains one or more lines of the format:
label cmd device image
with each of these terms being defined under CONF.
Finally, the image-specific section is followed by the line:
"Exit" reboot
The ISL-formatted file corresponding to the above CONF file is:
hpux KernelPrompt "Choose target Operating System: " 15 2
reset
"B.11.11 32bit install" boot (;0)boot/Rel_B.11.11/INSTALL
"B.11.11 64bit install" boot (;0)boot/Rel_B.11.11/WINSTALL
"Exit" reboot
International Code Set Support
Ignite-UX uses a variety of system commands to accomplish its functionality. Because the output of many
of these commands is parsed, Ignite-UX ensures that the POSIX locale is normally used by modifying envi-
ronment variables. Help text and some command output not parsed by Ignite-UX will be left in the user’s
specified locale.
AUTHOR
auto_adm was written by Hewlett-Packard Company.
SEE ALSO
auto_adm(1M), boot(1M), hpux(1M), isl(1M), lif(4).
2