[node-patches] Change in ovirt-node[master]: installer, setup: Don't clear the screen right away

fabiand at fedoraproject.org fabiand at fedoraproject.org
Mon Mar 11 14:00:16 UTC 2013


Fabian Deutsch has uploaded a new change for review.

Change subject: installer,setup: Don't clear the screen right away
......................................................................

installer,setup: Don't clear the screen right away

Change-Id: I9c486931f64acea4f84409593047ff0d16a5a12c
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/tui/bin/ovirt-config-setup
M scripts/tui/bin/ovirt-node-installer
2 files changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/32/12932/1

diff --git a/scripts/tui/bin/ovirt-config-setup b/scripts/tui/bin/ovirt-config-setup
index 16e44f6..e2abf87 100755
--- a/scripts/tui/bin/ovirt-config-setup
+++ b/scripts/tui/bin/ovirt-config-setup
@@ -6,3 +6,6 @@
 reset
 
 python -m ovirt.node.setup "$@"
+
+# Get some time to read anything that might appear on the screen
+sleep 1
diff --git a/scripts/tui/bin/ovirt-node-installer b/scripts/tui/bin/ovirt-node-installer
index 19f5ece..9c24250 100755
--- a/scripts/tui/bin/ovirt-node-installer
+++ b/scripts/tui/bin/ovirt-node-installer
@@ -6,3 +6,5 @@
 reset
 
 python -m ovirt.node.installer "$@"
+
+sleep 1


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9c486931f64acea4f84409593047ff0d16a5a12c
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