2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4 Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
8 The contents of this file are subject to the terms of the
9 Common Development and Distribution License (the "License").
10 You may not use this file except in compliance with the License.
12 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13 or http://www.opensolaris.org/os/licensing.
14 See the License for the specific language governing permissions
15 and limitations under the License.
17 When distributing Covered Code, include this CDDL HEADER in each
18 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19 If applicable, add the following below this CDDL HEADER, with the
20 fields enclosed by brackets "[]" replaced with your own identifying
21 information: Portions Copyright [yyyy] [name of copyright owner]
25 NOTE: This service manifest is not editable; its contents will
26 be overwritten by package or patch operations, including
27 operating system upgrade. Make customizations in a different
31 <service_bundle type='manifest' name='SUNWcsr:boot-config'>
34 name='system/boot-config'
41 name='manifest_import'
42 grouping='optional_all'
45 <service_fmri value='svc:/system/manifest-import:default' />
48 <!-- The boot-config service is made to depend on milestone
49 multi-user to minimize the chance for panic reboot loop. -->
51 name='boot_multi-user'
52 grouping='optional_all'
55 <service_fmri value='svc:/milestone/multi-user' />
58 <instance name='default' enabled = 'true'>
63 exec='/lib/svc/method/svc-boot-config'
64 timeout_seconds='60' />
70 timeout_seconds='60' />
75 exec='/lib/svc/method/svc-boot-config'
76 timeout_seconds='60' />
78 <property_group name='startd' type='framework'>
79 <propval name='duration' type='astring'
83 <property_group name='general' type='framework'>
84 <propval name='action_authorization' type='astring'
85 value='solaris.system.shutdown' />
86 <propval name='value_authorization' type='astring'
87 value='solaris.system.shutdown' />
90 <property_group name='config' type='application'>
91 <stability value='Stable' />
92 <propval name='auto-reboot-safe' type='boolean'
94 <propval name='fastreboot_default' type='boolean'
96 <propval name='fastreboot_onpanic' type='boolean'
98 <propval name='value_authorization' type='astring'
99 value='solaris.system.shutdown' />
100 <propval name='uadmin_boot_archive_sync' type='boolean'
104 <property_group name='fastreboot_blacklist' type='application'>
105 <stability value='Unstable' />
106 <property name='platforms' type='astring'>
108 <value_node value='VirtualBox' />
109 <value_node value='VMware Virtual Platform' />
110 <value_node value='MCP55' />
111 <value_node value='Precision WorkStation 650 ' />
112 <value_node value='PowerEdge 1600SC ' />
118 <stability value='Stable' />
122 <loctext xml:lang='C'>
123 Boot Configuration Management
127 <loctext xml:lang='C'>
128 Apply the configuration defined in this service by uploading the configuration to the kernel.
132 <manpage title='reboot' section='1M'
133 manpath='/usr/share/man' />
134 <manpage title='init' section='1M'
135 manpath='/usr/share/man' />
136 <manpage title='uadmin' section='2'
137 manpath='/usr/share/man' />
138 <manpage title='quiesce' section='9E'
139 manpath='/usr/share/man' />
141 <pg_pattern name='config' type='application'
144 <loctext xml:lang='C'>
145 Boot Configuration Parameters
149 <loctext xml:lang='C'>
150 Parameters for controlling the reboot behavior.
153 <prop_pattern name='fastreboot_default' type='boolean'
156 <loctext xml:lang='C'>
157 Fast Reboot by Default
161 <loctext xml:lang='C'>
162 When set to true, reboot(1M) and init(1M) 6 will call uadmin(2) with AD_FASTREOOT, which will bypass firmware.
166 <prop_pattern name='fastreboot_onpanic' type='boolean'
169 <loctext xml:lang='C'>
174 <loctext xml:lang='C'>
175 When set to true, the system will fast reboot on panic.