Software >> OS >> Unix >> Solaris >> 11 >>  How to add system configuration profile to AI service to make the automated installation truly automatic without any interactive system configuration at the end of the install

create an SC profile by

# sysconfig create-profile -o /somepath/sc-profile-file.xml

select the desired options in the SC profile and then add it to the AI service

# installadm create-profile -n service_name -P /somepath/sc-profile-file.xml

edit the grub.cfg to set the default entry selected for the grub menu

location is /var/ai/service/service_name/

file is grub.cfg

use the following statement

set default="n"

where n is the menu entry with 0 being the top most.