Print this page
Disable fast reboot on OmniOS, and fix AD_FASTREBOOT spelling error.


 141                     required='true'>
 142                     <common_name>
 143                             <loctext xml:lang='C'>
 144                             Boot Configuration Parameters
 145                             </loctext>
 146                     </common_name>
 147                     <description>
 148                         <loctext xml:lang='C'>
 149 Parameters for controlling the reboot behavior.
 150                         </loctext>
 151                     </description>
 152                     <prop_pattern name='fastreboot_default' type='boolean'
 153                         required='true'>
 154                         <common_name>
 155                             <loctext xml:lang='C'>
 156                             Fast Reboot by Default
 157                             </loctext>
 158                         </common_name>
 159                         <description>
 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.
 162                             </loctext>
 163                         </description>
 164                     </prop_pattern>
 165                     <prop_pattern name='fastreboot_onpanic' type='boolean'
 166                         required='true'>
 167                         <common_name>
 168                             <loctext xml:lang='C'>
 169                             Fast Reboot on Panic
 170                             </loctext>
 171                         </common_name>
 172                         <description>
 173                             <loctext xml:lang='C'>
 174 When set to true, the system will fast reboot on panic.
 175                             </loctext>
 176                         </description>
 177                     </prop_pattern>
 178                 </pg_pattern>
 179 
 180         </template>
 181 </service>


 141                     required='true'>
 142                     <common_name>
 143                             <loctext xml:lang='C'>
 144                             Boot Configuration Parameters
 145                             </loctext>
 146                     </common_name>
 147                     <description>
 148                         <loctext xml:lang='C'>
 149 Parameters for controlling the reboot behavior.
 150                         </loctext>
 151                     </description>
 152                     <prop_pattern name='fastreboot_default' type='boolean'
 153                         required='true'>
 154                         <common_name>
 155                             <loctext xml:lang='C'>
 156                             Fast Reboot by Default
 157                             </loctext>
 158                         </common_name>
 159                         <description>
 160                             <loctext xml:lang='C'>
 161 When set to true, reboot(1M) and init(1M) 6 will call uadmin(2) with AD_FASTREBOOT, which will bypass firmware.
 162                             </loctext>
 163                         </description>
 164                     </prop_pattern>
 165                     <prop_pattern name='fastreboot_onpanic' type='boolean'
 166                         required='true'>
 167                         <common_name>
 168                             <loctext xml:lang='C'>
 169                             Fast Reboot on Panic
 170                             </loctext>
 171                         </common_name>
 172                         <description>
 173                             <loctext xml:lang='C'>
 174 When set to true, the system will fast reboot on panic.
 175                             </loctext>
 176                         </description>
 177                     </prop_pattern>
 178                 </pg_pattern>
 179 
 180         </template>
 181 </service>