[node-patches] Change in ovirt-node[master]: [DRAFT] installer: Use reset instead of halt

fabiand at fedoraproject.org fabiand at fedoraproject.org
Tue Nov 27 17:05:49 UTC 2012


Fabian Deutsch has uploaded a new change for review.

Change subject: [DRAFT] installer: Use reset instead of halt
......................................................................

[DRAFT] installer: Use reset instead of halt

Change-Id: I9b09775dcf48ce9be6e3e103690a424b5a0cf2cd
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/ovirt-config-installer.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/22/9522/1

diff --git a/scripts/ovirt-config-installer.py b/scripts/ovirt-config-installer.py
index 0ebcf62..747262f 100644
--- a/scripts/ovirt-config-installer.py
+++ b/scripts/ovirt-config-installer.py
@@ -960,12 +960,12 @@
                     abort = ButtonChoiceWindow(self.screen, "Abort Installation","The installation of %s is not complete." %
              PRODUCT_SHORT, buttons = ['Back','Reboot','Shutdown'])
                     if abort == "reboot":
-                        system_closefds("/usr/bin/clear;reboot")
+                        system_closefds("/usr/bin/reset;reboot")
                     elif abort == "shutdown":
                         system_closefds("/usr/bin/clear;halt")
                 elif pressed == REBOOT_BUTTON:
                     screen.finish()
-                    system_closefds("/usr/bin/clear;/sbin/reboot")
+                    system_closefds("/usr/bin/reset;/sbin/reboot")
                 elif pressed == POWEROFF_BUTTON:
                     system_closefds("/usr/bin/clear;halt")
                 elif pressed == BACK_BUTTON:


--
To view, visit http://gerrit.ovirt.org/9522
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b09775dcf48ce9be6e3e103690a424b5a0cf2cd
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list