diff options
Diffstat (limited to 'usr/src/cmd/halt')
| -rw-r--r-- | usr/src/cmd/halt/Makefile | 4 | ||||
| -rw-r--r-- | usr/src/cmd/halt/smf/boot-config.xml | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/cmd/halt/Makefile b/usr/src/cmd/halt/Makefile index bc622af56c..9860d1f67a 100644 --- a/usr/src/cmd/halt/Makefile +++ b/usr/src/cmd/halt/Makefile @@ -29,8 +29,10 @@ include ../Makefile.cmd # # Currently Fast Reboot is only supported on x86. +# A new propery config/uadmin_boot_archive_sync is added to +# boot-config service. Which needs a support on sparc also. # -sparc_SUBDIRS = +sparc_SUBDIRS = smf i386_SUBDIRS = smf SUBDIRS = $($(MACH)_SUBDIRS) diff --git a/usr/src/cmd/halt/smf/boot-config.xml b/usr/src/cmd/halt/smf/boot-config.xml index 45dccefd57..4d6ea6b4b9 100644 --- a/usr/src/cmd/halt/smf/boot-config.xml +++ b/usr/src/cmd/halt/smf/boot-config.xml @@ -96,6 +96,8 @@ value='true' /> <propval name='value_authorization' type='astring' value='solaris.system.shutdown' /> + <propval name='uadmin_boot_archive_sync' type='boolean' + value='false' /> </property_group> <property_group name='fastreboot_blacklist' type='application'> |
