[node-patches] Change in ovirt-node[master]: remove stdin/out redirection in rescue mode
jboggs at redhat.com
jboggs at redhat.com
Mon Oct 15 19:17:11 UTC 2012
Joey Boggs has uploaded a new change for review.
Change subject: remove stdin/out redirection in rescue mode
......................................................................
remove stdin/out redirection in rescue mode
rhbz#728355
Change-Id: I7eb7b0d5163a9392d7194d8be9b3254294799ad8
Signed-off-by: Joey Boggs <jboggs at redhat.com>
---
M scripts/ovirt-init-functions.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/88/8588/1
diff --git a/scripts/ovirt-init-functions.sh b/scripts/ovirt-init-functions.sh
index 72825aa..92cc4d6 100644
--- a/scripts/ovirt-init-functions.sh
+++ b/scripts/ovirt-init-functions.sh
@@ -873,7 +873,7 @@
log "Rescue mode requested, starting emergency shell"
stop_log
plymouth --hide-splash
- bash < /dev/console > /dev/console 2> /dev/console
+ bash < /dev/console
plymouth --show-splash
start_log
fi
--
To view, visit http://gerrit.ovirt.org/8588
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7eb7b0d5163a9392d7194d8be9b3254294799ad8
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Joey Boggs <jboggs at redhat.com>
More information about the node-patches
mailing list