bootcmd = boot boot = (;0)

image = boot/Rel_B.11.11/INSTALL

Using an "append" file

The auto_adm command also enables you to take records sitting in one file and append them to an input file, combining them into one output file. The following form does this:

/opt/ignite/bin/auto_adm -A appendfile -f infile [-o outfile] [-O output_format] [-?]

For example:

# cat boot.append

label = HP-UX 11.11 64bit bootcmd = boot

boot = (;0)

image = boot/Rel_B.11.11/WINSTALL

label = HP-UX 11.11 32bit bootcmd = boot

boot = (;0)

image = boot/Rel_B.11.11/INSTALL

# cat boot.isl

hpux KernelPrompt "Please select something to boot" 30 1 reset

"HP-UX 11.23 64bit w/debug logging" -i3 (;0)boot/Rel_B.11.23/WINSTALL "HP-UX 11.23 64bit" boot (;0)boot/Rel_B.11.23/WINSTALL

"Exit" reboot

#auto_adm -A boot.append -f boot.isl -o boot.combined -O ISL

#cat boot.combined

hpux KernelPrompt "Please select something to boot" 30 1 reset

"HP-UX 11.23 64bit w/debug logging" -i3 (;0)boot/Rel_B.11.23/WINSTALL "HP-UX 11.23 64bit" boot (;0)boot/Rel_B.11.23/WINSTALL

"HP-UX 11.11 64bit" boot (;0)boot/Rel_B.11.11/WINSTALL "HP-UX 11.11 32bit" boot (;0)boot/Rel_B.11.11/INSTALL "Exit" reboot

Note that the file given with the –Aoption must be in CONF format; if you use ISL format, the command generates errors.

Updating a menu entry in a file

The following form of auto_adm enables you to update a boot menu entry:

/opt/ignite/bin/auto_adm -L label record_modifier [-f infile] [-o outfile] [-O output_format] [-?]

The record modifier consists of the following:

record_modifier consists of at least one (and optionally any combination) of -l label, -c command, -b device, and/or -i image.

160