
#If cloning to a different model of machine, _HP_CLONING will
#be true (it can also be set via the Additional UI screen). In
#this case remove the kernel which will allow IUX to rebuild it,
#plus remove device files which will get rebuilt by insf or
#might be inappropriate.
if [[ "$_HP_CLONING" = "TRUE" ]] ; then remove_devs
rm
fi
This variable does not control anything else._hp_console_verbosity
The _hp_console_verbosity variable allows you to reduce the amount of information that is printed to the screen when
When set to two or less, it greatly reduces the amount of messages printed on the console. The messages not printed on the console are printed to the install.log file. This variable maybe useful when creating media for use by
This variable is set in the installation file system. The following example reduces the number of messages written to the console during a recovery or installation by setting the variable to zero:
init _hp_console_verbosity=0
Warning:
If you reduce the amount of messages printed and a failure occurs, this may cause difficulties when attempting to determine the root cause of failures that occur early in an installation or recovery when the install.log file has not yet been moved to permanent storage.
_hp_patch_save_files
The _hp_patch_save_files variable is not actually a special variable and by itself, it means nothing to
#
#_hp_patch_save_files is used to determine if patches loaded from the
#core are committed, or not committed and can later be backed out.
#
enum _hp_patch_save_files
_hp_patch_save_files = { "YES", "NO" } init _hp_patch_save_files = "YES"
103