Template Version: @(#)onepager.txt 1.35 07/11/07 SMI Copyright 2007 Sun Microsystems 1. Introduction 1.1. Project/Component Working Name: Fast reboot support of GNOME restart dialog 1.2. Name of Document Author/Supplier: Jedy Wang 1.3. Date of This Document: 08/12/09 2. Background In Solaris gnome desktop, a universal restart dialog is provided in the following scenarios: - Clicking "Shut Down..." button in launch menu of gnome-panel - Pressing power button - Run "gnome-session-save --shutdown-dialog" in a terminal Recently, Fast Reboot support (PSARC/2008/382) has been integrated into Solaris. The GNOME restart dialog should be updated to utilize this new feature. 3. Technical Description: 3.1. Details: Currently, the GNOME restart dialog knows nothing about the Fast Reboot support. When user click "Restart" button, the system will be started according to config/fastreboot_default property of system/boot-config:default service. And user have to use svccfg to change the property to select fast reboot or cold reboot. After this project's integration, a new check box will be provided in the GNOME restart dialog. Users can use the check box to select fast reboot or cold reboot. When fast reboot is selected, "/usr/sbin/svccfg -s boot-config:default setprop config/fastreboot_default='true'" will be invoked to update the property, otherwise "/usr/sbin/svccfg -s boot-config:default setprop config/fastreboot_default='false'" will be used. 3.2. Bug/RFE Number(s): - CR #6850800 Need to add "Restart through PROM" button 3.3. Interfaces: Imported Interfaces Interface Name Classification Comment ------------------- --------------- ---------------------- config/fastreboot_default Committed PSARC/2008/760 /usr/sbin/svcadm Committed /usr/sbin/svccfg Committed /usr/bin/svcprop Committed 3.4. Dependency: Fast Reboot (PSARC/2008/382) is a putback dependency. 4. Resources and Schedule 4.1 Release Binding Nevada build 124 4.2. Consolidation C-team Name: Solairs Desktop 4.3. ARC review type: FastTrack 5. Related ARC cases PSARC/2008/760 Boot configuration Service PSARC/2008/382 Fast Reboot