diff options
| author | Gangadhar Mylapuram <Gangadhar.M@Sun.COM> | 2010-06-04 01:01:54 -0700 |
|---|---|---|
| committer | Gangadhar Mylapuram <Gangadhar.M@Sun.COM> | 2010-06-04 01:01:54 -0700 |
| commit | abcc7ef9701284c984bd4626e74d300a5de42dc5 (patch) | |
| tree | 332d2a0d37807a7600fb1a1d268d588e7376f658 /usr/src/cmd/halt | |
| parent | b22851f1a70ff0ed1ec71258e1089d2f795b2344 (diff) | |
| download | illumos-joyent-abcc7ef9701284c984bd4626e74d300a5de42dc5.tar.gz | |
6957186 rename the property "trust-bios-boot-device" of boot-config service to "auto-reboot-safe"
Diffstat (limited to 'usr/src/cmd/halt')
| -rw-r--r-- | usr/src/cmd/halt/smf.i386/boot-config.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/src/cmd/halt/smf.i386/boot-config.xml b/usr/src/cmd/halt/smf.i386/boot-config.xml index 5eed69e7c1..a94ae87454 100644 --- a/usr/src/cmd/halt/smf.i386/boot-config.xml +++ b/usr/src/cmd/halt/smf.i386/boot-config.xml @@ -1,8 +1,7 @@ <?xml version="1.0"?> <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> <!-- - Copyright 2010 Sun Microsystems, Inc. All rights reserved. - Use is subject to license terms. + Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. CDDL HEADER START @@ -90,7 +89,7 @@ <property_group name='config' type='application'> <stability value='Stable' /> - <propval name='trust-bios-boot-device' type='boolean' + <propval name='auto-reboot-safe' type='boolean' value='false' /> <propval name='fastreboot_default' type='boolean' value='true' /> |
