[node-patches] Change in ovirt-node[master]: [DONTCOMMIT] Don't run AI, run shell

fabiand at fedoraproject.org fabiand at fedoraproject.org
Thu Jul 11 16:00:10 UTC 2013


Fabian Deutsch has uploaded a new change for review.

Change subject: [DONTCOMMIT] Don't run AI, run shell
......................................................................

[DONTCOMMIT] Don't run AI, run shell

Change-Id: Iea904c02c7235fd60860459725dbdaefe8c1515c
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/ovirt-init-functions.sh.in
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/48/16748/1

diff --git a/scripts/ovirt-init-functions.sh.in b/scripts/ovirt-init-functions.sh.in
index 1e25aa9..fd29325 100644
--- a/scripts/ovirt-init-functions.sh.in
+++ b/scripts/ovirt-init-functions.sh.in
@@ -1076,7 +1076,8 @@
     auto_install=$?
     if [ "$auto_install" = "0" -o "$stateless" = "0" ]; then
         breakpoint "pre-auto-install"
-        /usr/libexec/ovirt-auto-install
+        #/usr/libexec/ovirt-auto-install
+        emergency_shell
         rc=$?
         breakpoint "post-auto-install"
         # Handle Log file


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

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