#auto_adm
default = 1
message = Choose a boot action
label = target OS is B.11.11 bootcmd = boot
boot = (;0)
image = /boot/Rel_B.11.11/INSTALL
label = target OS is B.11.23 PA bootcmd = boot
boot = (;0)
image = /boot/Rel_B.11.23/WINSTALL
label = target OS is B.11.31 PA bootcmd = boot
boot = (;0)
image = /boot/Rel_B.11.31/WINSTALL
This reads the AUTO file from the LIF and prints it in the auto_conf (CONF) format.
In the CONF format, the timeout line specifies the amount of time (in seconds) to wait before taking the default action. The default line specifies the default action to take, which, in this case, boots a kernel for
The auto_adm(4) manpage lists the following definitions for label, bootcmd, boot, and image:
label=string
A string label that is displayed to the user on the console describing what action is performed if this boot image is loaded. For example, "Install
bootcmd=cmd
The SSL command to be executed if this image is selected. Refer to hpux(1M) for more information.
boot=hwpath
The hardware path relative to the boot LIF containing the desired boot image. Typically (0;). See hpux(1M) for more information.
image=path
The path of the image to be booted relative to the hardware path specified in the boot directive. The bootcmd field should match the following form of the secondary loader (see hpux(1M)):
hpux
If, for example, you wanted to enable
bootcmd =
157