Hi, According to the documentation about SC manifests (http://opensolaris.org/os/project/caiman/auto_install/AI_manifest_setup.html) these are the properties we can set to configure the client machine:
<property_group name='ai' type='application'> <propval name='username' type='astring' value='jack' /> <propval name='description' type='astring' value='default user' /> <propval name='userpass' type='astring' value='jack' /> <propval name='rootpass' type='astring' value='opensolaris' /> <propval name='timezone' type='astring' value='US/Pacific' /> Is there any plan to increase the number of criterias we can set (i.e. the options we could specify in sysidcfg with jumpstart)? I'm specifically interested in setting a name_service (i.e. NIS, specifying the domain name), dns server, the hostname, timeserver, and nfs domain. Is there a way to set those at the moment, other than setting them manually post-install? Thanks, David
