Bug : http://defect.opensolaris.org/bz/show_bug.cgi?id=9471 Installer should at least try to do a fast-reboot after install Webrev : For the AI side. The gui part has been done by Matt already http://cr.opensolaris.org/~seanmcg/bug-9471/
Currently installer simply calls "reboot" when a user has completed installation. The bug suggests the an attempt be made to do a fast reboot (-f path) by default. Introduce a new variable into the svc auto-installer method script: AI_REBOOT_OPTIONS which would for x86 include the -f fastboot option 'reboot -f' on x86 would reboot either with fastboot or otherwise. the '-f' isn't supported on sparc (yet), so we don't do it there. -- Sean. .
