diff options
| author | Gangadhar Mylapuram <Gangadhar.M@Sun.COM> | 2009-07-07 11:23:28 -0700 |
|---|---|---|
| committer | Gangadhar Mylapuram <Gangadhar.M@Sun.COM> | 2009-07-07 11:23:28 -0700 |
| commit | 050c4bfe6b1d1f7437af48ce2b7670e840e94f97 (patch) | |
| tree | 49424115cafa9a75ad46c1480433fc52fed77572 /usr/src/cmd/halt | |
| parent | 7571834a00b531553fc9b0932919435a63dbbda7 (diff) | |
| download | illumos-joyent-050c4bfe6b1d1f7437af48ce2b7670e840e94f97.tar.gz | |
PSARC/2009/312 Configurable Boot Archive Updates
6795430 newboot needs a fully supported way to automatically recover when boot archive is out of date
--HG--
rename : usr/src/lib/libc/sparc/sys/uadmin.s => usr/src/lib/libc/sparc/sys/__uadmin.s
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'> |
