On 22/08/11 04:16 PM, Mark Haywood wrote:
Comment from the net-install service to which your profile is
applying its properties:
#
# The network/install service will configure interfaces using the
# property values supplied by the install profile. Once the configuration
# has been applied, the service will not apply another configuration
# unless an unconfiguration has been performed first.
#
The service maintains an SMF property, "config/applied" to track this.
If you don't want to "sysconfig unconfigure", then you'll have to
reset the "config/applied" property to "false". I suppose you could do
that manually or via the profile.
Is this the correct way to change "config/applied" to false?
<service_bundle type='profile' name='system configuration'>
<service name='network/install' version='1' type='service'>
<instance name='default' enabled='true'>
<property_group name='config'>
<propval name='applied' value='false'/>
</property_group>
</service>
</service_bundle>
Cheers,
Darren
_______________________________________________
networking-discuss mailing list
networking-discuss@opensolaris.org