You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
88 lines
3.3 KiB
88 lines
3.3 KiB
4 years ago
|
<!--
|
||
|
CDDL HEADER START
|
||
|
|
||
|
The contents of this file are subject to the terms of the
|
||
|
Common Development and Distribution License (the "License").
|
||
|
You may not use this file except in compliance with the License.
|
||
|
|
||
|
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
|
||
|
or http://www.opensolaris.org/os/licensing.
|
||
|
See the License for the specific language governing permissions
|
||
|
and limitations under the License.
|
||
|
|
||
|
When distributing Covered Code, include this CDDL HEADER in each
|
||
|
file and include the License file at usr/src/OPENSOLARIS.LICENSE.
|
||
|
If applicable, add the following below this CDDL HEADER, with the
|
||
|
fields enclosed by brackets "[]" replaced with your own identifying
|
||
|
information: Portions Copyright [yyyy] [name of copyright owner]
|
||
|
|
||
|
CDDL HEADER END
|
||
|
|
||
|
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
|
||
|
-->
|
||
|
|
||
|
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
|
||
|
<service_bundle type="profile" name="system configuration">
|
||
|
<service name="system/config-user" version="1">
|
||
|
<instance name="default" enabled="true">
|
||
|
<property_group name="user_account">
|
||
|
<propval name="login" value="vagrant"/>
|
||
|
<propval name="password" value="$5$JsTLqHcZ$nAJVjxQ48k8YyIFaAo4.L0980WHDeDJbYt2caVuRw34"/>
|
||
|
<propval name="description" value="default_user"/>
|
||
|
<propval name="shell" value="/usr/bin/bash"/>
|
||
|
<propval name="uid" value="101"/>
|
||
|
<propval name="gid" value="10"/>
|
||
|
<propval name="type" value="normal"/>
|
||
|
<propval name="roles" value="root"/>
|
||
|
<propval name="profiles" value="System Administrator"/>
|
||
|
</property_group>
|
||
|
<property_group name="root_account">
|
||
|
<propval name="password" value="$5$JsTLqHcZ$nAJVjxQ48k8YyIFaAo4.L0980WHDeDJbYt2caVuRw34"/>
|
||
|
<propval name="type" value="role"/>
|
||
|
</property_group>
|
||
|
</instance>
|
||
|
</service>
|
||
|
<service version="1" name="system/identity">
|
||
|
<instance enabled="true" name="node">
|
||
|
<property_group name="config">
|
||
|
<propval name="nodename" value="vagrant-solaris"/>
|
||
|
</property_group>
|
||
|
</instance>
|
||
|
</service>
|
||
|
<service name="system/console-login" version="1">
|
||
|
<instance enabled="true" name="default">
|
||
|
<property_group name="ttymon">
|
||
|
<propval name="terminal_type" value="sun-color"/>
|
||
|
</property_group>
|
||
|
</instance>
|
||
|
</service>
|
||
|
<service version="1" name="system/timezone">
|
||
|
<instance enabled="true" name="default">
|
||
|
<property_group name="timezone">
|
||
|
<propval name="localtime" value="UTC"/>
|
||
|
</property_group>
|
||
|
</instance>
|
||
|
</service>
|
||
|
<service version="1" name="system/environment">
|
||
|
<instance enabled="true" name="init">
|
||
|
<property_group name="environment">
|
||
|
<propval name="LANG" value="C"/>
|
||
|
</property_group>
|
||
|
</instance>
|
||
|
</service>
|
||
|
<service version="1" name="system/keymap">
|
||
|
<instance enabled="true" name="default">
|
||
|
<property_group name="keymap">
|
||
|
<propval name="layout" value="US-English"/>
|
||
|
</property_group>
|
||
|
</instance>
|
||
|
</service>
|
||
|
<service version="1" name="network/physical">
|
||
|
<instance enabled="true" name="default">
|
||
|
<property_group type="application" name="netcfg">
|
||
|
<propval name="active_ncp" value="Automatic"/>
|
||
|
</property_group>
|
||
|
</instance>
|
||
|
</service>
|
||
|
</service_bundle>
|