_hp_sec_swap

visible_if

true

_hp_root_grp_striped

visible_if

(_hp_root_grp_disks > 1)

_hp_root_grp_disks

visible_if

true

}

 

 

else

 

 

{

 

visible_if false

"Create /export volume"

"Create separate volumes (/usr,

/var, ...)" visible_if false

_hp_sec_swap

visible_if

false

_hp_root_grp_striped

visible_if

false

_hp_root_grp_disks

visible_if

false

}

 

 

The following impacts have changed from previous releases. Note the large impacts on /stand. This prevents you from decreasing the size of /stand below about 1GB in size.

#

#During install Ignite-UX will build an HP-UX kernel. The size

#of this kernel is not included in software impacts since it is

#not directly installed. It is also important that the size of

#/stand be large enough to hold at least 2 or 3 kernels. This

#impacts specification forces /stand to have at least enough

#space for 2 or 3 kernels.

#

init sw_sel "impact for min space in /stand" { sw_source = "core"

visible_if = false impacts = "/stand" 800Mb

} = TRUE

#

#SD control scripts run during install and most system software

#relys on /var having available free space to operate. Temporary

#files placed in /var are not part of the installed content and

#that space is often not included in product packages. This /var

#impact provides an overall /var impact for these system software

#packages.

#

init sw_sel "impact by scripts on /var" { sw_source = "core"

visible_if = false impacts = "/var" 300Mb

} = TRUE

The following configuration statements add a selection to the Additional button that enables the user to control the use of autoboot. Ignite-UX normally runs no matter what the autoboot flag is set to (refer to setboot(1M)). It forces it on if it was off, then later turns it back off for the final reboot when the system would normally come back. This configuration enables the user to manually boot the system when autoboot is disabled.

Ignite-UX normally forces the system to perform the first reboot automatically when rebooting from the installation kernel to the newly created or recovered kernel. This reboot is forced no matter what the autoboot flag is set to (refer to setboot(1M)). Ignite-UX forces it on if it was off; prior to the final reboot Ignite-UX returns the autoboot flag to off. If _hp_force_autoboot is set to NO and the system’s autoboot flag is not set to on, the system does not perform a reboot.

83