2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4 Copyright 2010 Sun Microsystems, Inc. All rights reserved.
5 Use is subject to license terms.
9 The contents of this file are subject to the terms of the
10 Common Development and Distribution License (the "License").
11 You may not use this file except in compliance with the License.
13 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
14 or http://www.opensolaris.org/os/licensing.
15 See the License for the specific language governing permissions
16 and limitations under the License.
18 When distributing Covered Code, include this CDDL HEADER in each
19 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
20 If applicable, add the following below this CDDL HEADER, with the
21 fields enclosed by brackets "[]" replaced with your own identifying
22 information: Portions Copyright [yyyy] [name of copyright owner]
26 NOTE: This service manifest is not editable; its contents will
27 be overwritten by package or patch operations, including
28 operating system upgrade. Make customizations in a different
32 <service_bundle type='manifest' name='SUNWcsr:boot-config'>
35 name='system/boot-config'
42 name='manifest_import'
43 grouping='optional_all'
46 <service_fmri value='svc:/system/manifest-import:default' />
49 <!-- The boot-config service is made to depend on milestone
50 multi-user to minimize the chance for panic reboot loop. -->
52 name='boot_multi-user'
53 grouping='optional_all'
56 <service_fmri value='svc:/milestone/multi-user' />
59 <instance name='default' enabled = 'true'>
64 exec='/lib/svc/method/svc-boot-config'
65 timeout_seconds='60' />
71 timeout_seconds='60' />
76 exec='/lib/svc/method/svc-boot-config'
77 timeout_seconds='60' />
79 <property_group name='startd' type='framework'>
80 <propval name='duration' type='astring'
84 <property_group name='general' type='framework'>
85 <propval name='action_authorization' type='astring'
86 value='solaris.system.shutdown' />
87 <propval name='value_authorization' type='astring'
88 value='solaris.system.shutdown' />
91 <property_group name='config' type='application'>
92 <stability value='Stable' />
93 <propval name='fastreboot_default' type='boolean'
95 <propval name='fastreboot_onpanic' type='boolean'
97 <propval name='value_authorization' type='astring'
98 value='solaris.system.shutdown' />
99 <propval name='uadmin_boot_archive_sync' type='boolean'
103 <property_group name='fastreboot_blacklist' type='application'>
104 <stability value='Unstable' />
105 <property name='platforms' type='astring'>
107 <value_node value='VirtualBox' />
108 <value_node value='VMware Virtual Platform' />
109 <value_node value='MCP55' />
110 <value_node value='Precision WorkStation 650 ' />
111 <value_node value='PowerEdge 1600SC ' />
117 <stability value='Stable' />
121 <loctext xml:lang='C'>
122 Boot Configuration Management
126 <loctext xml:lang='C'>
127 Apply the configuration defined in this service by uploading the configuration to the kernel.
131 <manpage title='reboot' section='1M'
132 manpath='/usr/share/man' />
133 <manpage title='init' section='1M'
134 manpath='/usr/share/man' />
135 <manpage title='uadmin' section='2'
136 manpath='/usr/share/man' />
137 <manpage title='quiesce' section='9E'
138 manpath='/usr/share/man' />
140 <pg_pattern name='config' type='application'
143 <loctext xml:lang='C'>
144 Boot Configuration Parameters
148 <loctext xml:lang='C'>
149 Parameters for controlling the reboot behavior.
152 <prop_pattern name='fastreboot_default' type='boolean'
155 <loctext xml:lang='C'>
156 Fast Reboot by Default
160 <loctext xml:lang='C'>
161 When set to true, reboot(1M) and init(1M) 6 will call uadmin(2) with AD_FASTREOOT, which will bypass firmware.
165 <prop_pattern name='fastreboot_onpanic' type='boolean'
168 <loctext xml:lang='C'>
173 <loctext xml:lang='C'>
174 When set to true, the system will fast reboot on panic.